Moving in Bullet

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Moving in Bullet

Post by Nadro »

I coordinate my object position from Irrlicht with Bullet using function:
body->getCenterOfMassPosition();
How can I moving "body"? eg. setCenterOfMassPosition etc.
zet
Posts: 2
Joined: Mon Jul 02, 2007 9:27 am

Post by zet »

applyForce and etc - the best scenario
or manually set pos (const btPoint3& getCenterOfMassPosition()) and you can easily move you body inside other one
Post Reply