Bullet 2.0e sources released

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

Bullet 2.0e sources released

Post by Erwin Coumans »

Bullet 2.0e can be downloaded

* Bullet User Manual PDF included
* Some work on demo cleanup has been done
* Improved performance for island generation/processing
* Programmable physics: User-registration of custom friction solving and contact solving, as well as registration of custom collision detection
* initial prototype GPUphysics by Steve Baker included

Have fun,
Erwin

it includes recent changes, including:

Code: Select all

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]
	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)
[/code]