Switch animatedMesh to ragdoll?

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
_Neo
Posts: 30
Joined: Thu May 24, 2012 7:47 pm
Location: SiChuan, China

Switch animatedMesh to ragdoll?

Post by _Neo »

I use newton for physics simulation, and I coud create my own ragdoll by rigid body if necessary How every I knew nothing about skined mesh in irrlicht,
so my quistion is, how to extract bones and other thing that is necessary for rag doll? Is there any code snips or tutorial for this,
code for other physics engine is OK, too. I just want to see what to to with irrlicht scene node.

I've search the whole forum, and the tutorial I ve found has already been deleted(the sample source code pack's link).
Anyone can help me?My ragdoll is a skined mesh, loaded as animated scene node.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Switch animatedMesh to ragdoll?

Post by Mel »

I think you can use the bones from the skinned animated meshes directly, so, you can transfer the animations to the bones, Still, the wiki seems to cover this aspect. See if this can help you

http://irrlicht3d.org/wiki/index.php?n= ... tionSystem
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
_Neo
Posts: 30
Joined: Thu May 24, 2012 7:47 pm
Location: SiChuan, China

Re: Switch animatedMesh to ragdoll?

Post by _Neo »

Thx,that's what I need.
Post Reply