-
-
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
[rmodels] Animation issue with the GLB/GLTF files #4569
Comments
Hi @efeozyer, I faced similar issue before with Mixamo Y-bot. I tried your example too. and its somewhat similar. I have modified your model a little and you can get here. orc_warrior.zip. What i did:
I think this issue is with You may see animation running too fast, you can add |
I'm having the same Issue (still with the current master 5.5-116-g0f6e85a9). Trying this really simple model https://poly.pizza/m/BEcU9rjiAq shows that there seems to be something wrong with the transformations themselves: |
Hi @Fabus1184, have you tried this. #4569 (comment). IMO raylib is not considering the orientation of pivot point. |
Yes I tried, but somehow the animation looks even worse then |
Okay you can import it in blender remove default stuff. Press I'm also waiting on this fix. But for now you can use the model i shared. |
Issue description
Hi folks, I recently started using Raylib with the basic setup. Basically I was trying to load ,GLB file and animate it.
You can see there, my character how looks like without animation.
But.. that happens when I called
UpdateModelAnimation
method.I thought that, something wrong with my .GLB file but I have tried this, web site and it was working properly.
https://gltf-viewer.donmccurdy.com/
Environment
Windows x64 \ Raylib 5.5 \ VC++
Additional files
orc_warrior.zip
The text was updated successfully, but these errors were encountered: