Three.js: What's the difference between THREE.animationHandler and three.AnimationMixer

Created on 28 Jul 2016  路  1Comment  路  Source: mrdoob/three.js

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
  • [x] All of them
  • [ ] Chrome
  • [ ] Firefox
  • [ ] Internet Explorer

    OS
  • [x] All of them

  • [ ] Windows
  • [ ] Linux
  • [ ] Android
  • [ ] IOS
    Hardware Requirements (graphics card, VR Device, ...)
Question

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings