Constantes d'animation

Modes de boucle

THREE.LoopOnce THREE.LoopRepeat THREE.LoopPingPong

Modes d'interpolation

THREE.InterpolateDiscrete THREE.InterpolateLinear THREE.InterpolateSmooth

Modes de fin

THREE.ZeroCurvatureEnding THREE.ZeroSlopeEnding THREE.WrapAroundEnding

Modes de fusion d'animation

THREE.NormalAnimationBlendMode THREE.AdditiveAnimationBlendMode

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]