You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with a set of meshes I found that one could not be convexly decomposed due to the above assertion in Mesh.cpp, line 134.
After a quick look I concluded that the assertion should not be really necessary as it only tests if a point was newly added to the set and otherwise a pointer to the already existing point would be returned. And indeed removing the assertion allowed to process the mesh and resulted in a decomposition which looks reasonable in Meshlab.
The text was updated successfully, but these errors were encountered:
Hi there,
When working with a set of meshes I found that one could not be convexly decomposed due to the above assertion in Mesh.cpp, line 134.
After a quick look I concluded that the assertion should not be really necessary as it only tests if a point was newly added to the set and otherwise a pointer to the already existing point would be returned. And indeed removing the assertion allowed to process the mesh and resulted in a decomposition which looks reasonable in Meshlab.
The text was updated successfully, but these errors were encountered: