Irrlicht Human Mesh Animation
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 kno开发者_如何学Cw how to move them in Irrlicht.
pls help a noob. thx in advance
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 IBoneSceneNode
s using IAnimatedMeshSceneNode
's getJointNode
method.
A IBoneSceneNode
can be animated and moved around like any regular scene node.
精彩评论