How can I rotate a hard leather in place?

Post Reply
i7.strelok
Posts: 21
Joined: Fri Jan 20, 2017 10:44 pm

How can I rotate a hard leather in place?

Post by i7.strelok »

When I move the mouse, I break my scene node and update my rigid body. Note: I am using a wrapper to facilitate Bullet and Ogre integration.
Then I do myRigidBody-> setOrientation (newOrientation) and it works perfect but when I move the rigid body it does not move as it should, that means that when I do setOrientation it does the global and not in local.
How can I do it locally?
Post Reply