Attempting to export an animated Collada model to three js has been quite the challenge for me.
Here is the specific model in question:
The model imports correctly (I'm able to see it) but I'm unable to get it to animate. Despite using the two Collada examples provided by Three js, simply replacing the path with the one to my model hasn't proven successful. I've also made some adjustments, but nothing seems to work.
Upon loading the model, I checked the 'object.animations' object which appears to be loaded properly (though not entirely certain as there is a lot of information within it).
I even attempted using the Three.js editor:
This successfully loads the model again, however, the animation does not play : (
Currently utilizing Three JS r62 and Blender 2.68. Any assistance would be greatly appreciated!!