Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the ambiera forums
I coordinate my object position from Irrlicht with Bullet using function:
body->getCenterOfMassPosition();
How can I moving "body"? eg. setCenterOfMassPosition etc.
applyForce and etc - the best scenario
or manually set pos (const btPoint3& getCenterOfMassPosition()) and you can easily move you body inside other one