Open adamInThe80s opened 1 year ago
Does any of the two have the same number of vertices as stored in the file?
Does the order of vertices of any of the two appear changed compared to the order they have been in when stored?
Possibly your case is another effect of weird loading approach of libassimp
which open3d eat least uses under the hood of read_triangle_mesh
uses to load glb
and other files. Check if your symptoms are compareable what is reported for obj
and stl
(#6137 #2614, #6137)
Checklist
master
branch).Describe the issue
When using each of the methods
To load the same glb file, I am getting different number of vertices.
Is this a desired discrepancy?
Steps to reproduce the bug
Error message
False
Expected behavior
Expect the number of vertices to be the same.
Open3D, Python and System information
Additional information
No response