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 I used the library, I noticed that sometimes the output ply mesh cannot be loaded in MeshLab. It will lead to an error "Bad vertex index in the face".
I noticed that this happens only when the format was set to binary. The possible cause is in line 196-197 of io_trimesh/export_ply.h file:
Hi,
When I used the library, I noticed that sometimes the output ply mesh cannot be loaded in MeshLab. It will lead to an error "Bad vertex index in the face".
I noticed that this happens only when the format was set to binary. The possible cause is in line 196-197 of io_trimesh/export_ply.h file:
After correcting it to:
, the output mesh can be loaded in my case.
The text was updated successfully, but these errors were encountered: