Please HELP: Ragdoll

_Archic

22-10-2007 14:03:39

Hi all!

I try to change Zombie model in Ragdoll demo to another model, and find problem described on screenshot:



After creating convex-hull ogre model and newton model is the same, but after same time the become different..

With zombie model all works good. Why my model looks bad? I need to use another transform callback function? There are wrong pivots in bones or model?

Please help :(

Thanks!

_Archic

25-10-2007 21:04:33

Any suggestions? :?

timyman

02-11-2007 10:55:08

Ogre node positions/orientations are not update at frameStarted().

at frameStarted... that Position/Orientation is past value.(that value is Last Frame's....)

Override _nodeUpdate() and Set Body's Postion/Orientation

then.... right current position/orientation of rendered node...

sorry for my bad english...T.T