implement compound versus compound BVH acceleration (quantized tree-versus-tree, using subtrees and quantization) on host

This commit is contained in:
erwin coumans
2013-08-16 08:58:52 -07:00
parent b32ae0c75c
commit ef224370ab
4 changed files with 340 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ subject to the following restrictions:
#define B3_RIGIDBODY_INTEGRATE_PATH "src/Bullet3OpenCL/RigidBody/kernels/integrateKernel.cl"
#define B3_RIGIDBODY_UPDATEAABB_PATH "src/Bullet3OpenCL/RigidBody/kernels/updateAabbsKernel.cl"
bool useDbvt = false;//true;
bool useDbvt = true;//false;//true;
bool useBullet2CpuSolver = true;
bool dumpContactStats = false;