Constantes de Animação

Modos de Loop (Loop Modes)

THREE.LoopOnce THREE.LoopRepeat THREE.LoopPingPong

Modos de Interpolação (Interpolation Modes)

THREE.InterpolateDiscrete THREE.InterpolateLinear THREE.InterpolateSmooth

Modos de Finalização (Ending Modes)

THREE.ZeroCurvatureEnding THREE.ZeroSlopeEnding THREE.WrapAroundEnding

Modos de Mistura de Animação (Animation Blend Modes)

THREE.NormalAnimationBlendMode THREE.AdditiveAnimationBlendMode

Source

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