.obj import .glb (glb2) export #4271
Unanswered
jonathanperezg
asked this question in
Q&A
Replies: 3 comments
-
|
Looks pretty bad. I guess the export for glTF2 models is broken. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is there any update, I am having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No, not now. We made some progress but not all issues are fixed and validated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, my goal is to convert an obj file (along with its corresponding mtl file) to glb2.
The approach I'm currently taking is to import the obj file using the Assimp::Importer::Importer, and exporting using the Assimp::Exporter::Exporter.
I am currently getting lots of errors from the glTF validator. Screen shot is below.
Any help would be appreciated. Below is all the code I'm using to do this:
Beta Was this translation helpful? Give feedback.
All reactions