I'm looking to learn how to apply traditional animation techniques to my graphics engine - are there any tutorials or online-resources that can help?

Posted by blueberryfields on Game Development See other posts from Game Development or by blueberryfields
Published on 2011-01-29T02:49:56Z Indexed on 2012/09/10 21:50 UTC
Read the original article Hit count: 228

Filed under:

There are many traditional animation techniques - such as blurring of motion, motion along an elliptical curve rather than a straight line, counter-motion before beginning of movement - which help with creating the appearance of a realistic 3D animated character.

I'm looking to incorporate tools and short cuts for some of these into my graphics engine, to make it easier for my end users to use these techniques in their animations. Is there a good resource listing the techniques and the principles behind them, especially how they might apply to a graphics engine or 3D animation?

© Game Development or respective owner

Related posts about animation