I want to manually move the object and only prevent it from going through objects (the whole point of collision detection).
Code snippets would be nice.
BTW - My world is created like this:
Code: Select all
mWorld = new btDiscreteDynamicsWorld(mDispatcher, mBroadphase, mSolver, mCollisionConfig);