Model corrupted via obj2gltf
lanxinger opened this issue · 5 comments
lanxinger commented
lilleyse commented
@lanxinger can you share the source obj model?
And the glTF exported from Blender if you have it.
lilleyse commented
One thing to check too is if the obj has n-gons. obj2gltf
tries to triangulate n-gons correctly but it's not perfect.
Also try enabling back face culling in Blender to see if any of these problems show up in the viewer itself.
Finally check if the glTF exported from Blender uses doubleSided: true
in its material or not.
lanxinger commented
@lilleyse thanks for the quick response.
Here is the OJB + textures as well as the GLB's I converted with obj2gltf and out of Blender.
Sitting_Couple.zip
lilleyse commented
@lanxinger #236 fixes the problem