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.
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.