Reputation: 25
I created a blender project which you can get here In that project I managed to create an action "open" and to export it through three.js exporter
I tried to create a second action "close", but I can't find a way to export both.
So my questions are, is it possible to have an action and its reverse stored in blender and exporter for three.js? Am I going the wrong way? Is there a better solution to do that?
here is the exported js file.
Thanks
Upvotes: 2
Views: 1457
Reputation: 778
Unfortunately it seems at the moment you can't have a single export with multiple animations. See https://github.com/mrdoob/three.js/issues/2899.
Upvotes: 1