RigidBody setPosition problem

thepolo

29-03-2008 12:17:59

How to set a rigid body position ?
The setPosition(Vector3) has no effect...

Chaster

31-03-2008 17:05:15

How to set a rigid body position ?
The setPosition(Vector3) has no effect...


Make sure your body is not a static body (which can't be moved once they are created). Also, if your body is dynamic, make sure it isn't sleeping.

Chaster