Go to file
erwin coumans b8d5cecfe3 joint (non-contact constraint) solver iterations is now working on GPU, but overall slower because of data copy.
Will move joint setup to GPU, and then some benefit should be visible.
Don't use 64 alignment, it causes data structures size mismatch between cpu and gpu
2013-07-06 14:11:32 -07:00
btgui fix OSX build 2013-07-02 21:08:52 -07:00
build3 work towards GPU joint solver (non-contact constraints), not working yet. 2013-07-06 13:08:58 -07:00
data prepare for GPU cloth/softbody 2013-05-06 18:35:34 -07:00
Demos3 work towards GPU joint solver (non-contact constraints), not working yet. 2013-07-06 13:11:13 -07:00
docs bt -> b3 rename 2013-04-15 18:26:09 -07:00
src joint (non-contact constraint) solver iterations is now working on GPU, but overall slower because of data copy. 2013-07-06 14:11:32 -07:00
test Move b3Quickprof.* from Bullet 3.x src folder to btgui/Timing 2013-06-19 22:08:03 -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.