pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.41k stars 290 forks source link

Model gets deformed when being converted #241

Closed cgordon5025 closed 5 months ago

cgordon5025 commented 5 months ago

I have a scene with a model that I want animated. In Blender when I export it as a gltf the model gets warped, but when using the gltf viewer the model looks correct. However, when I go into my react project and use the same file, the model is deformed once again, like it is in Blender.

The armature being affected are quadrupeds, and only the front paws/legs are being affected. The entire leg is broken.

cgordon5025 commented 5 months ago

Found the issue, was not using the most up to date version of blender, update made everything better