Bullet 1.9f sources released

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

Bullet 1.9f sources released

Post by Erwin Coumans »

Bullet 1.9f is released:

* added support for short/word indices in StridingMeshInterface
* removed all references to CollisionObject m_userPointer, and renamed to m_userObjectPointer. So user is free to use this m_userObjectPointer to point to their own object.
* enabled registration of user defined CollisionAlgorithm in Dispatcher, see

Code: Select all

	void	RegisterCollisionCreateFunc(int proxyType0,int proxyType1, CollisionAlgorithmCreateFunc* createFunc);
Bullet 1.9f includes the 1.9e updates:

* a reported memory leak
* RayTestSingle added in CollisionWorld
* improved COLLADA physics import
* fixed some bug in concave/compound contact caching (resulted in jitter/failing collisions)
* An initial raycast vehicle demo (very premature)
* Better cmake support (additional built system)