阅读(2656) (0)

three.js Animation

2022-12-26 13:43:01 更新

循环模式

THREE.LoopOnce
THREE.LoopRepeat
THREE.LoopPingPong

插值模式

THREE.InterpolateDiscrete
THREE.InterpolateLinear
THREE.InterpolateSmooth

结束模式

THREE.ZeroCurvatureEnding
THREE.ZeroSlopeEnding
THREE.WrapAroundEnding

源代码

src/constants.js