Skeletal animation: Difference between revisions
Jump to navigation
Jump to search
m (add link to wikipedia article) |
TomEdwards (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
[[Image:Breen skeleton posed.jpg|150px|right|Skeleton during an animation]] | [[Image:Breen skeleton posed.jpg|150px|right|Skeleton during an animation]] | ||
'''[ | '''[[Wikipedia:Skeletal animation|Skeletal animation]]''' is a form of [[Wikipedia:3D animation|3D animation]] in which a skeleton made of rigid "bones" is simulated inside a [[model]]. Vertices are "enveloped" to the bones and move with them, and polygons stretch and compress to fill the "joints" in between. Moving a bone high up on a "chain" causes all of the bones below it to move in response; e.g. moving the shoulder forward causes the entire arm to swing with it. | ||
Skeletal animation allows processor-efficient animations to be made with relative ease for almost any jointed object that can be imagined, from humans to jellyfish to electronic machinery. It is not helpful when animating unstructured objects/substances like liquids or gases, however. | Skeletal animation allows processor-efficient animations to be made with relative ease for almost any jointed object that can be imagined, from humans to jellyfish to electronic machinery. It is not helpful when animating unstructured objects/substances like liquids or gases, however. |
Revision as of 01:55, 1 May 2008
Skeletal animation is a form of 3D animation in which a skeleton made of rigid "bones" is simulated inside a model. Vertices are "enveloped" to the bones and move with them, and polygons stretch and compress to fill the "joints" in between. Moving a bone high up on a "chain" causes all of the bones below it to move in response; e.g. moving the shoulder forward causes the entire arm to swing with it.
Skeletal animation allows processor-efficient animations to be made with relative ease for almost any jointed object that can be imagined, from humans to jellyfish to electronic machinery. It is not helpful when animating unstructured objects/substances like liquids or gases, however.
Caveats in Source
Skeletal animation :
- Cannot scale the size of a model (though this can be achieved through other means)
- Does not animate faces (use Vertex animation)
See also
- $sequence - QC command for a skeletal animation