does anybody know how anime(move) Human body Parts in Irrlicht.

I only found Animathion for the whole mesh.

I´m using makehuman.org mesh and want only to move the hand or the leg in irrlicht. There are riggins and bones in the mesh but I dont know how to move them in Irrlicht.

pls help a noob. thx in advance

link|improve this question

36% accept rate
You know, on this website, when you get help, you mark an answer as the accepted answer. From the faq:> This lets other people know that you have received a good answer to your question. Doing this is helpful because it shows other people that you’re getting value from the community. (And if you don’t do this, people will often politely ask you to go back and accept answers for more of your questions!) – Simon Aug 4 '11 at 3:25
feedback

1 Answer

With a quick google search, you would have found this wiki page

All you need to know is the names of the bones of your mesh and get them as IBoneSceneNodes using IAnimatedMeshSceneNode's getJointNode method.

A IBoneSceneNode can be animated and moved around like any regular scene node.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.