You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meanwhile, after try some other glb model( like raylib_3d_logo), model loading works well. But for other glb models with animation, model&animation loading are both ok, but animation updated model are totally mess, while some of them having warnings like bone not bind to mesh.
The text was updated successfully, but these errors were encountered:
my code is here https://github.com/futu2/h-raylib-examples/blob/master/src/ModelsLoadingGltf.hs , and logs:
official example is here
Model files used are directly copied from raylib repo. https://github.com/raysan5/raylib/tree/master/examples/models
Meanwhile, after try some other glb model( like raylib_3d_logo), model loading works well. But for other glb models with animation, model&animation loading are both ok, but animation updated model are totally mess, while some of them having warnings like bone not bind to mesh.
The text was updated successfully, but these errors were encountered: