Bullet 2.42b Physics SDK released

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

Bullet 2.42b Physics SDK released

Post by Erwin Coumans »

Minor changes this time:

- MSVC projectfiles have 2 new configurations for double precision (Debug/ReleaseDoublePrecision)
- jam install installs properly
- minor internal improvements (cleaned-up internal headerfile #includes etc)

Download http://www.continuousphysics.com/mediaw ... e=Download

Enjoy!
Erwin
Last edited by Erwin Coumans on Mon Feb 26, 2007 5:12 am, edited 2 times in total.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Bullet 2.42 Physics SDK released

Post by Erwin Coumans »

2.42b is the first Bullet release of 2007

It is a minor fix to 2.42, Bullet-2.42b includes a fix related to AABB tree building in btOptimizedBvh for static triangle meshes. In rare cases creation of unbalanced trees can cause stack-overflow. Bullet now forces tree generation to be balanced.

In case you don't have issue with tree building you don't need to upgrade from 2.42 to 2.42b.

Download http://www.continuousphysics.com/mediaw ... e=Download

Enjoy,
Erwin
Erwin Coumans wrote:Minor changes this time:

- MSVC projectfiles have 2 new configurations for double precision (Debug/ReleaseDoublePrecision)
- jam install installs properly
- minor internal improvements (cleaned-up internal headerfile #includes etc)



Enjoy!
Erwin