What's the difference between THREE.animationHandler and THREE.AnimationMixer,Which should I use THREE.animationHandler and THREE.AnimationMixer,I really don't know which is better to use
[ ] Internet Explorer
[x] All of them
THREE.AnimationHandler was deprecated as of r73. The new system (THREE.AnimationMixer) offers some very nice improvements over the old system however there are some lingering bugs (#9056) and is devoid of documentation.
Most helpful comment
THREE.AnimationHandlerwas deprecated as of r73. The new system (THREE.AnimationMixer) offers some very nice improvements over the old system however there are some lingering bugs (#9056) and is devoid of documentation.