daedar
11-09-2007 02:40:31
Hi,
I need to change the position of kinetic bodies, but it doesn't seems to work. First, I'm using this piece of code to set the body to Kinematic:
the this piece of code has no effect:
I can't change the body's position
is there another way to move Kinetic bodies?
Thx
I need to change the position of kinetic bodies, but it doesn't seems to work. First, I'm using this piece of code to set the body to Kinematic:
nxBody->raiseBodyFlag(NX_BF_KINEMATIC);
the this piece of code has no effect:
nxBody->setGlobalPosition(pos);
I can't change the body's position

is there another way to move Kinetic bodies?
Thx
