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

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -