How do you deal with transitions in animating walking?
Posted
by
Aerovistae
on Game Development
See other posts from Game Development
or by Aerovistae
Published on 2012-10-30T18:37:42Z
Indexed on
2012/10/30
23:21 UTC
Read the original article
Hit count: 204
animation
I'm pretty new to this whole animating models thing. Just learning the ropes. I got a nice walking animation going, which I can loop while a character is walking, but what about when they stop walking?
I mean, they could be at any point in the animation at the time the player stops walking. How do I get them to smoothly return to a standing still position without having them snap into that position? The same goes for starting walking from a standing still position. Do you need a separate animation? How is this dealt with?
© Game Development or respective owner