Replies: 1 comment 10 replies
-
Yeah, I'm not especially thrilled with Assimp, though this is even worse. Should we consider https://github.com/3MFConsortium/lib3mf? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finished implementing a simple mesh dump for debugging, but apparently assimp cannot import the simple obj file properly...
For example, for the following obj file (note that vertex indices start from 1 in obj file):
Reading it with assimp via
MeshIO
, with debug information added:shows
mNumMeshes: 1
andmNumVertices: 24
, and this causes the import to fail...Wondering if there is a simpler way without the need of writing a simple parser for obj files.
@elalish
Beta Was this translation helpful? Give feedback.
All reactions