EricHunag Posted September 30, 2015 Share Posted September 30, 2015 hey~everyone:) I am rookie of Babylon~ my question : i use <sceneLoader.load> to load a scene,There is a 3D model on the scene,That 3D model is animation... how can i get animation total frames(that 3d model) ? thanks Quote Link to comment Share on other sites More sharing options...
adam Posted September 30, 2015 Share Posted September 30, 2015 It looks like you can get the keys: https://github.com/BabylonJS/Babylon.js/blob/master/src/Animations/babylon.animation.ts#L71 and then look at the total the frame property of the last key. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 30, 2015 Share Posted September 30, 2015 Correct Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.