Tagged Questions
1
vote
1answer
156 views
Bullet Physic: Transform body after adding
I would like to transform a rigidbody after adding it to the btDiscreteDynamicsWorld.
When I use the CF_KINEMATIC_OBJECT flag I am able to transform it but it's static (no collision response/gravity). ...