Facial animations with an .X file using bones

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
WillT
Posts: 1
Joined: Thu Feb 22, 2007 6:46 pm

Facial animations with an .X file using bones

Post 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.
datamagik
Posts: 26
Joined: Wed Feb 14, 2007 11:25 pm
Location: Bar Harbor, Maine USA

Post 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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Joints are another name for bones, so .x and .ms3d also support skeletal animation.
Post Reply