javascript - Three js collada animation set time -
Is there a way to set time or keyframe in the Kolada animation keyframe?
I am trying, but I get unexpected behavior.
function playAt (a) {for (var i = 0; i & lt; kfAnimationsLength; ++ i) {kfAnimations [i] .pause (); KF Animation [I] Play (false, A); KfAnimations [i] .update (0);
found:
function playat (a) {for (var i = 0; i & lt; kfAnimationsLength; + + I) {kfAnimations [i] .stop (); KF Animation [I] Play (false, A); KfAnimations [i] .update (a); }} But still there have been some unpredictable behaviors, I have imported my camera from Colada. And they do not support updates like this
Comments
Post a Comment