Tuesday, 15 February 2011

Is it possible to play skin animation in reverse? [Three.js] -



Is it possible to play skin animation in reverse? [Three.js] -

how go playing animation backwards?

i've tried giving animation handler negative delta stops it. subtracting delta this.currenttime of animation doesn't work either.

any ideas?

since three.js r69 it's possible play animations in reverse order setting animation.timescale = -1 though when animation.loop = true.

see reverse animation, feature request #5062 more updates.

three.js

No comments:

Post a Comment