Dan
Dan

Reputation: 11

Blender animation getting distorted after importing into three.js

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!

Upvotes: 1

Views: 702

Answers (1)

Martin Eckleben
Martin Eckleben

Reputation: 802

Using the option "apply modifiers" when exporting to JSON always causes distortions for me.

Blender "apply modifiers" option while exporting

It is completely reproducable.
As soon as I tick it -> distortions.
Untick -> no distortions.

Hope this somehow helps somebody.

Upvotes: 1

Related Questions