I've been working on a project where I'm incorporating animations into a scene using a combination of blender and three.js. It took me several hours of trial and error to finally get the model and animation successfully imported into three.js. I followed this guide: https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender to export my blender project into a js file. You can see what my animation looks like currently here:
http://gyazo.com/5c39d15fd16fa7251dbc527732c2f867
I have a feeling that I may be making a mistake during the export process to a js file. Since I'm a beginner in both blender and three.js, I was hoping someone else might have experienced this issue before. Any assistance would be greatly appreciated.
Thank you in advance!