zhg115 0 Report post Posted September 7, 2016 i have change fbx file to babylon, and it have walk, run animaion. in default, it start walk animation. like sketchfab. https://sketchfab.com/models/0edde6accc4a4d92919bbbbaf824d849 how get the animation key and change the animation? Share this post Link to post Share on other sites
Deltakosh 4,306 Report post Posted September 7, 2016 Hello you can call scene.beginAnimation(mesh, start, end) and specify start and end key: You can also call scene.stopAnimation(mesh) to stop current animation Share this post Link to post Share on other sites