Difference between revisions of "User:Stern"
Line 22: | Line 22: | ||
+ | '''Kinematics''' | ||
+ | |||
+ | Building on concepts from Jetryl's Basic Animation Tutorial: http://wiki.wesnoth.org/Basic_Animation_Tutorial, your character is comprised of a "network" of many parts which are all hooked together. So when one of part of your character moves, the entire rest of the character must move in response. The magic of animation is "capturing" how your character moves and reacts through a series of frames. | ||
+ | |||
+ | '''The Network''' | ||
+ | |||
+ | It can be quite daunting to figure out where to start animating if the position of any one part of the character is dependent with respect to all of the others parts. | ||
'''Credits''' | '''Credits''' | ||
Zerovirus for Ghast baseframe. | Zerovirus for Ghast baseframe. |
Revision as of 22:14, 12 December 2010
Animation Tutorial
It can take a lot of time to move a character idea from base frame to full animation. This rough guide is a compilation of quick and easy tricks to help bring the animator's creations to life.
Learn how to take a standing base frame:
To full animation:
For this tutorial, you will need:
A base frame of the unit -> (http://wiki.wesnoth.org/Creating_a_scratch_built_sprite)
A graphics editing program -> http://www.gimp.org/
Lets get started
When I begin to animate a character, I first divide the subject's moving parts into easy to distinguish colors. Here, I have modified Zerovirus's base frame of the Ghast into a mess of colors based on the monster's different limbs.
This part of the animation is called "Blocking." It allows you to quickly animate and perfect the full movement of your character without having to constantly re-adjust every little detail.
Kinematics
Building on concepts from Jetryl's Basic Animation Tutorial: http://wiki.wesnoth.org/Basic_Animation_Tutorial, your character is comprised of a "network" of many parts which are all hooked together. So when one of part of your character moves, the entire rest of the character must move in response. The magic of animation is "capturing" how your character moves and reacts through a series of frames.
The Network
It can be quite daunting to figure out where to start animating if the position of any one part of the character is dependent with respect to all of the others parts.
Credits
Zerovirus for Ghast baseframe.