waverider Posted March 14, 2018 Share Posted March 14, 2018 Hi there! How can i lerp animation from one frame to another like (from, to) with animationGroup? https://www.babylonjs-playground.com/#11BH6Z#338 Quote Link to comment Share on other sites More sharing options...
RaananW Posted March 14, 2018 Share Posted March 14, 2018 AnimationGroup has "goToFrame" which you can use to move from one frame to the other. you can see how i solved the rest int he viewer - https://github.com/BabylonJS/Babylon.js/blob/master/Viewer/src/model/modelAnimation.ts#L69 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.