Bullet 2.18 released

User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Bullet 2.18 released

Post by Erwin Coumans »

Bullet 2.18 contains some fixes related to recently introduced btMotionState and reported issues for static/kinematic (animated) objects.

Make sure to use btMotionState to synchronize/access the world transform of rigid bodies. See the Bullet Demos in 2.18 how to use this. Also use the btDiscreteDynamicsWorld::addRigidBody to add rigid bodies: this automatically updates the collision filter flags (avoiding static versus static collision detection)

Download here