Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA

Re-uses the NVidia particle demo.
This commit is contained in:
erwin.coumans
2008-09-04 23:24:11 +00:00
parent d8a5bf2c9c
commit aef74321d7
25 changed files with 6570 additions and 0 deletions

3
Extras/CUDA/param.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include <param.h>
const Param<int> dummy("error");