Description of the problem
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
Three.js version r76
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- Linux
- Android
- IOS
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.