Bullet 1.9 released, includes Quake BSP Physics Viewer

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

Bullet 1.9 released, includes Quake BSP Physics Viewer

Post by Erwin Coumans »

Bullet 1.9 Physics Library include Quake BSP Physics Viewer

* Import Quake .bsp and convert into static convex objects and interact by throwing boxes
* Cmake cross platform buildsystem including projectfile autogeneration
* Per triangle materials for triangle meshes
* Improved Continuous Collision Detection for Compound and non-convex meshes
* MacOS X Universal Binary demos through Xcode (CMake generated)
And
* Compound Collision Shapes (initial version, not optimized)
* New MacOS-X (i386) precompiled COLLADA physics viewer
* StaticPlaneShape emulates an infinite plane using GJK
* ParallelIslandDispatcher,ParallelPhysicsEnvironment
* Generic6DofConstraint


Collada Physics Viewer 0.7 (ColladaDemo) , using COLLADA-DOM:

* Support for COLLADA import/export of compound shapes (more then one collision shape)
* Support for COLLADA import/export of generic D6 constraints (no limits/motors)
* <mesh>, <convex_mesh> support

http://www.continuousphysics.com/mediaw ... e=Download
Last edited by Erwin Coumans on Wed Sep 06, 2006 1:50 am, edited 1 time in total.
feltstone
Posts: 5
Joined: Sun Jul 30, 2006 7:46 pm
Location: Salt Lake City, UT

Post by feltstone »

Hi Erwin,

Just a few things I am noticing with this release. One--it is running rock solid stable. It is incredible! I am blown away.

I did notice a couple of things...

The GetAppliedImpulse logic seems to have disappeared. I had to add in this line:

m_appliedImpulse+=impulse;

to the Point2PointConstraint.cpp and HingeConstraint.cpp files.

There were a few other little compiler specific things I had to change but were easily fixed. Some declarations and missing functions necessary to compile. If you would be interested in a list of what I had to do to compile with Blender, let me know. They were all very small things and might just be specific to my platform and compiler.

Otherwise, thanks for all the work you do on this project! Absolutely incredible. I'll be posting some "unofficial" Blender animations as well as some tutorials on constraints that work with 2.42.

Thanks!

feltstone