Search code examples
animationthree.jscollada

THREE.KeyFrameAnimation is not defined


I'm using three js."three": "0.82.1" and I found that KeyFrameAnimation is not exist more.
I think that something changed in three.js specification.
Could anyone tell me how to handle collada keyframe animation in three js for now?


Solution

  • I've found that KeyFrameAnimation now isn't a part of three.js and in theirs examples they includes KeyFrameAnimation from separate scripts. So I just copied scripts from examples into my project.