问题
How would I go about playing an animation backwards?
I've tried giving the animation handler negative delta but that just stops it. Subtracting the delta from this.currentTime of the animation doesn't work either.
Any ideas?
回答1:
Since Three.js r69 it's possible to play animations in reverse order by setting animation.timeScale = -1 though only when animation.loop = true
.
See Reverse animation, feature request #5062 for more updates.
来源:https://stackoverflow.com/questions/24282035/is-it-possible-to-play-skin-animation-in-reverse-three-js