Procedural animation

From Simple English Wikipedia, the free encyclopedia

Procedural animation refers to rule-based or algorithmic methods of creating computer graphics animation.

Procedural animation vs. traditional animation[change | change source]

With traditional animation method, principal animation poses are specified by an animator at a specific point in the animation timeline. By setting these poses, an animator can artistically direct how the geometry will be framed in some key events. These poses are in the same sense as how a person may pose for a photography session. Shapes and objects in computer graphics are considered as geometry. With key events specified, the animation software will then automatically fill the intermediary motions between key points, thereby creating continuous motion throughout the timeline without requiring additional works by an animator.

Procedural animation is a rule-base approach to creating animations. These rules are typically some form of mathematical or statistical functions which tell the animation software how an object is to be animated. In order for the geometry to be animated, these functions typically require some form of time-based variable as its input. Therefore, one can apply a chain of logical rules and algorithms to create animations without manually specify any key poses.

Procedural modeling[change | change source]

In computer graphics, modeling refers to an act of digitally sculpting a model. Procedural modeling then refers to same rule-based, algorithmic approach to creating geometry. Procedural modeling differs from procedural animation in that a time-based variable is not required.

Proceduralism[change | change source]

Amongst some animators within the computer graphics industry, procedural modeling and animation method is also known as proceduralism.

Advantages and disadvantages of proceduralism[change | change source]

In order to maximize artistic impact of their craft, animators employ traditional animation techniques to set poses manually at a specific point in time. When the objects to be animated become significantly more complex, traditional animation techniques may not be feasible. Therefore, proceduralism offers significant advantage as complexities increase significantly. While proceduralism enables its practitioners to create infinite variation of models and animations, specific key pose is often left as random chance. Computer graphics animators must decide between the combinations of both techniques in order to achieve the desired outcome.

Applications of procedural animation[change | change source]

Procedural animation is used extensively in visual effects for movie and gaming industry where animation data and geometry must be generated with certain random probability in order to simulate the physical world.