Page 1 of 1

Bullet 2.67 released: COLLADA Physics export, SPU raycast

Posted: Sat Mar 01, 2008 12:32 am
by Erwin Coumans
Bullet 2.67 is available now from http://code.google.com/p/bullet/
  • Add support for fast batch raycasting on SPU / BulletMultiThreaded
  • Add support for 16 and 32-bit indexed triangle meshes in SPU / BulletMultiThreaded version.
  • Improved COLLADA Physics export snapshot from any Bullet btDynamicsWorld. Saving the physics world into .dae (xml textfile) can be useful for debugging etc.
  • Initial version for Character Control Demo
  • Bugfixes in ConvexCast support against the world.
  • Added btCapsuleShapeX/Z
  • Added btTypedUserInfo, useful for serialization
  • Added Stan Melax Convex Hull utility library in Extras/ConvexHull. This is useful to render non-polyhedral convex objects, and to simplify convex polyhedra.
The SVN repository is sychronized with the existing sourceforge repository.

Development is ongoing, and outstanding issues will roll into upcoming releases.

Thanks for all feedback,
Erwin

Re: Bullet 2.67 released: COLLADA Physics export, SPU raycast

Posted: Thu Mar 13, 2008 4:44 am
by Erwin Coumans
minor update for Bullet 2.67 (new)

- fixed COLLADA support for BulletColladaConverter
- added btHashMap
- removed btTypedUserInfo (was used for BulletColladaConverter)
- fixed btCapsuleShape::getAabb (thanks ryanjuckett for reporting)

Unless you are interested in using COLLADA, you probably won't need to worry about this bug-fix release for Bullet 2.67.
Erwin