Easing
イージング関数を使うとアニメーションに緩急を付けたりすることができます。 ・BABYLON.CircleEase()
・BABYLON.BackEase(amplitude)
・BABYLON.BounceEase(bounces, bounciness)
・BABYLON.CubicEase()
・BABYLON.ElasticEase(oscillations, springiness)
・BABYLON.ExponentialEase(exponent)
・BABYLON.PowerEase(power)
・BABYLON.QuadraticEase()
・BABYLON.QuarticEase()
・BABYLON.QuinticEase()
・BABYLON.SineEase()
・BABYLON.BezierCurveEase()