Three.js Collada import animation not working
- by Peter Vasilev
I've been trying to export a Collada animated model to three js.
Here is the model:
http://bayesianconspiracy.com/files/model.dae
It is imported properly(I can see the model) but I can't get it to animate. I've been using the two Collada examples that come with Three js. I've tried just replacing the path with the path to my model but it doesn't work. I've also tried tweaking some stuff but to no avail.
When the model is loaded I've checked the 'object.animations' object which seems to be loaded fine(can't tell for sure but there is lots of stuff in it).
I've also tried the Three.js editor:
http://threejs.org/editor/
which loads the model properly again but I can't play the animation : (
I am using Three JS r62 and Blender 2.68. Any help appreciated!!