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
Do it only support triangular meshes? I think the sample code needs to provide the number of points of face, does it mean that meshes with more than three points are supported
There are a lot of asserts. there are a lot of times we need exceptions. So the program can continue to run.
Assert for the following cases.
When I load a.obj Assertion failed: (l > 0.0f), function normalize, file xatlas.cpp, line 825. a.obj.zip
When I load b.obj Assertion failed: (!m_boundaryVertices.isEmpty()), function compute, file xatlas.cpp, line 2244. b.obj.zip
The text was updated successfully, but these errors were encountered:
Do it only support triangular meshes? I think the sample code needs to provide the number of points of face, does it mean that meshes with more than three points are supported
There are a lot of asserts. there are a lot of times we need exceptions. So the program can continue to run.
Assert for the following cases.
When I load a.obj
Assertion failed: (l > 0.0f), function normalize, file xatlas.cpp, line 825.
a.obj.zip
When I load b.obj
Assertion failed: (!m_boundaryVertices.isEmpty()), function compute, file xatlas.cpp, line 2244.
b.obj.zip
The text was updated successfully, but these errors were encountered: