collision between 2 animated ragdolls please help thanks

shandoo

07-05-2007 21:51:22

hi all!

which is the reason in the SimpleScenes demo in the shot the zombie if I press 'e' to see the debug objects I don't see the capsule of the zombie until I shot the zombie??

Can I detect a collision between two ragdolls while they are in an animation??

I want to do a fight game like tekken and I'm very interested in this thing

lots of thanks in advance :D

rewb0rn

08-05-2007 07:07:06

Can I detect a collision between two ragdolls while they are in an animation??

yes you can, but the ragdolls in ogreode are buggy, maybe you want to fix that ;)


I want to do a fight game like tekken and I'm very interested in this thing

great, me too, ill stay tuned.

shandoo

08-05-2007 10:42:15

thanks for the reply!

I would like to detect collisions while the ragdolls are walking. the capsule hierarchy doesn't work while a ragdoll is in movement, is this not implemented yet?? I'm very newbie in ogre an ogreode :(

lots of thanks in advance

rewb0rn

08-05-2007 11:41:14


I would like to detect collisions while the ragdolls are walking. the capsule hierarchy doesn't work while a ragdoll is in movement, is this not implemented yet?? I'm very newbie in ogre an ogreode :(

In the OgreOde ragdolls demo there is collision detection between a ray and a ragdoll while the ragdoll moves, so that should be no problem. maybe collision detection between 2 ragdolls isnt implemented yet, but i dont know.

shandoo

11-05-2007 23:09:53

thanks a lot again