-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[models] glTF doesn't support scaling #1024
Comments
Hey sorry I just noticed this! @electronstudio Please make sure you have applied all transforms to the model. I've ran into this same issue, and applying transforms before exporting can solve this issue. |
@Gamerfiend thanks for the proposed solution. |
Also, just wanted to say... I LOVE THIS LIB SO MUCH OMG <3 <3 <3 GREAT WORK @raysan5 |
I ran into this same issue, doing Ctrl+A in Blender to "Apply all transforms" fixed it. Thank you @Gamerfiend Worth noting other 3D viewers are able to to handle the scaling just fine. |
Scale a cube in Blender:
Export as glTF:
scaledcube.gltf.zip
Load into models_loading.c example:
Does not apply scaling:
The text was updated successfully, but these errors were encountered: