Topic: animation smooth transition?
hi,
where i do set/change the smooth transition value between animations?
You are not logged in. Please login or register.
hi,
where i do set/change the smooth transition value between animations?
Hehe. That's exactly what I need to be able to do. I was thinking of making a transition animation, and just running that.
For instance. From frame 0-60 walk. From frame 60-75 transition. From frame 75-whenever....
You can also adjust it using lua. Manually setting the frames with setCurrentFrame().
will not work
would have to wait the sequence to finish first in order to change
when the normal is stop and change
I think what you need is called "blending animations". I don't think it's supported yet.
If you add the transition as another animation it should work. My example wasnt full.
Anim0 0-60 walk
Anim1 60-75 transition
Anim2 75...
Then use the changeAnimation() function to determine when the animation should change.
I am going to be trying the same thing today. I will report back.
"I think what you need is called "blending animations". "
yes
"I don't think it's supported yet."
let's see what anael says because I really need to know
Last edited by marval (2013-08-23 13:54:14)
yes animation blending is not supported yet,
it is feasible in c++ plugin by dynamically creating 2 key frames in a temp animation,
but a bit complex.
It's still in the TODO list.
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.