Bullet 2.30 released, with GIMPACT moving concave mesh

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

Bullet 2.30 released, with GIMPACT moving concave mesh

Post by Erwin Coumans »

New Bullet 2.30 release is available.

- Francisco Le?n N?jera contributed GIMPACT + Bullet integration for moving concave meshes!
(see MovingConcaveDemo, which registers GIMPACT collision algorithm, with automatic support for raycasting and interaction with other Bullet shapes)
- Some improvements on Bullet Minkowski sampling penetation depth solver,
- Improved Pierre Terdiman's contributed testbed for Penetration depth solvers/EPA (expanding polytope algorithm)
- Other small fixes, some cosmetic (text rendering)

http://www.continuousphysics.com/mediaw ... e=Download
Erwin
Last edited by Erwin Coumans on Thu Nov 16, 2006 6:28 am, edited 1 time in total.
nomad
Posts: 32
Joined: Sun Jun 18, 2006 10:22 pm

Post by nomad »

Got this error building libGIMPACT (VC7.1):
C:\bullet-2.30\Extras\GIMPACT\src\gim_memory.cpp(138): error C3861: 'alloca': identifier not found, even with argument-dependent lookup.
Fixed by including malloc.h in gim_memory.cpp. (this #include is commented out for some reason).
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Post by Erwin Coumans »

thanks for the feedback!
This has been fixed in Bullet 2.32

Erwin