How the heck do you load in your model with animations?

Note that latest example from @labris does not work in 5.0 because by default the meshes are now instanciated and not cloned when using instantiateModelsToScene. Use the options parameter to for cloning, as in 4.2:

https://playground.babylonjs.com/#AJA5J6#77

3 Likes