Bullet 2.37 released: btStackAlloc

Open source Bullet Physics SDK release information
Post Reply
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Bullet 2.37 released: btStackAlloc

Post by Erwin Coumans »

Bullet 2.37 has just some minor changes:

- added unfinished btHeightfieldTerrainShape.cpp/h. Needs work to create the triangles (and potentially optimized CollisionAlgorithms for certain cases)
- removed default construction of btDiscreteDynamicsWorld/btCollisionWorld.
User needs to pass data explicitly. This is in order to reduce dependencies.
- Internal change: Added btStackAlloc, to allow fast allocations in a FIFO style. Was used in btGjkEpa, exposed it into btCollisionWorld.
- Internal change: renamed ConcaveShape to btConcaveShape

Download page for Bullet Physics SDK

Thanks,
Erwin
Post Reply