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

2
Extras/CUDA/shaders.h Normal file
View File

@@ -0,0 +1,2 @@
extern const char *vertexShader;
extern const char *spherePixelShader;