Go to file
erwin coumans 6ee9eb9bb5 fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur)
implement CPU version of narrowphase convex collision, for comparison/debug purposes
start towards cpu/gpu sync, for adding/removing bodies (work in progress)
2013-05-02 09:49:16 -07:00
btgui fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur) 2013-05-02 09:49:16 -07:00
build resolve some naming conflicts between Bullet 3.x and Bullet 2.x 2013-04-30 18:17:44 -07:00
data fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur) 2013-05-02 09:49:16 -07:00
demos3/BasicGpuDemo fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur) 2013-05-02 09:49:16 -07:00
Demos3 fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur) 2013-05-02 09:49:16 -07:00
docs bt -> b3 rename 2013-04-15 18:26:09 -07:00
src fix bug in assignment of contact constraints to solver grid (always use dynamic body to determine constraint assignment, otherwise write conflicts can occur) 2013-05-02 09:49:16 -07:00
test compute actual local workgroup size, instead of a hard-coded value 2013-05-01 10:04:56 -07:00
bullet2.patch add a temporary Bullet 2.x patch to make the Gpu demo work 2013-04-30 18:21:21 -07:00
readme.txt bt -> b3 rename 2013-04-15 18:26:09 -07:00

Bullet 3.x GPU rigid body pipeline.

See docs folder for information, 
including how to build the project.