I am working on a project trying to put animations into a scene using blender and three.js. After hours of messing around with blender and three js i was able to get the the model and animation imported into three js. I used this :https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender to export my blender project into a js file. Here is what my animation currently looks like:
http://gyazo.com/5c39d15fd16fa7251dbc527732c2f867
I have a feeling that i am messing up something when exporting to a js file. I am completely new to blender and three js and was hoping that someone else has ran into this problem before. Any help is appreciated.
Thanks in advance!