Page 1 of 1

Facial animations with an .X file using bones

Posted: Thu Feb 22, 2007 7:14 pm
by WillT
I have a basic question. What would be the best method in Irrlicht to do facial animation with bones? Can Facial deformations using bones be used in a mesh while a different bone animation is playing (i.e. Walking)? Would it be practical to use a seperate mesh for the head, or would that be unnecessary? Thanks for any help.

Posted: Sun Feb 25, 2007 5:18 pm
by datamagik
There is an interesting discussion of the concept of "bones" in mesh animations here http://www.okino.com/conv/skinning.htm

Doing a search of the engine source with XCode I only see one animated mesh format that addresses the concept of "bones" (skeletal mesh animation) in CAnimatedMeshB3d.cpp, so either you could use that format or use it as a model to extend .X or another format to use skeletal animation.

Posted: Sun Feb 25, 2007 8:17 pm
by hybrid
Joints are another name for bones, so .x and .ms3d also support skeletal animation.