btRigidBody doesn't rotate

dani
Posts: 1
Joined: Wed Mar 23, 2011 5:23 pm

btRigidBody doesn't rotate

Post by dani »

Hello to all,
I have a rigid body which i move with applyForce(). The problem is that even when i apply force on a point different from the center of the mass the body does not have any torque. I've tried to use applyTorque(), but the result is the same.
ciphr
Posts: 15
Joined: Mon Mar 28, 2011 9:11 am

Re: btRigidBody doesn't rotate

Post by ciphr »

Hello, dani, did you set inertia vector of your rigid body to non-zero values across axis you want?