OXY11 Posted June 29, 2016 Share Posted June 29, 2016 hi, how can i use EASING MODE with CreateAndStartAnimation function? this give me an error: var moveX = new BABYLON.Animation.CreateAndStartAnimation('moveX', toMove, 'position.x', 30, 30, 0, 20, BABYLON.Animation.ANIMATIONLOOPMODE_CONSTANT, BABYLON.EasingFunction.EASINGMODE_EASEIN); Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 29, 2016 Share Posted June 29, 2016 Here is the fix: http://www.babylonjs-playground.com/#4ZVTG#0 Quote Link to comment Share on other sites More sharing options...
OXY11 Posted June 29, 2016 Author Share Posted June 29, 2016 tx!!! 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.