Ragdoll modelling...

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Chestikov
Posts: 4
Joined: Tue Dec 16, 2003 2:19 am

Ragdoll modelling...

Post by Chestikov »

Has anyone experimented with ragdoll modelling yet? I figure that ODE or
Tokamak would be useful for modelling the real-time physics, but which model format is flexible enough to support real-time joint manipulation?

An Irrlicht ragdoll technology demo would be a real eye-opener.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

MD3 should.. not really sure
a screen cap is worth 0x100000 DWORDS
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

I think .x also has joints that one could probably do that with (though I'm not positive), but is it possible to get control of those joints through Irrlicht? That would be awesome.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Currently it is not, you can only read the transformation of the joint. But it could be possible to modify that part a bit. :)
Post Reply