gaschler / bounding-mesh

Implementation of the bounding mesh and bounding convex decomposition algorithms for single-sided mesh approximation

Home Page:http://www.boundingmesh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bounding-convex-decomposition Error: could not load mesh (STL)

BrettHemes opened this issue · comments

I am having trouble getting the convex decomposition to work. I am able to run boundingmesh from the command line successfully as well as the GUI.

In a fresh install of Ubuntu 16.04 I am getting the following error when running bounding-convex-decomposition:

./bounding-convex-decomposition my_mesh.stl new_mesh.wrl
Loading mesh...
Couldn't load mesh from my_mesh.stl
Error: could not load mesh

Thanks for reporting.
This is caused by a missing comparison in FileUtils.cpp.
As a work around, you can use wrl or off or obj as input formats for now.

Is this still an issue?

This is caused by a missing comparison in FileUtils.cpp.

Could you link to where the comparison is missing?

Closing as fixed by #14