more work towards hybrid of GPU grid and sap broadphase, separating small, large (moving) and static objects

re-enable 'useNewBatchingKernel', it is slower but more robust
This commit is contained in:
erwincoumans
2013-11-11 02:19:04 -08:00
parent d13de109a5
commit ef6be5370d
5 changed files with 244 additions and 103 deletions

View File

@@ -17,7 +17,7 @@ subject to the following restrictions:
#include "b3Solver.h"
///useNewBatchingKernel is a rewritten kernel using just a single thread of the warp, for experiments
bool useNewBatchingKernel = false;
bool useNewBatchingKernel = true;
bool convertConstraintOnCpu = false;
#define B3_SOLVER_SETUP_KERNEL_PATH "src/Bullet3OpenCL/RigidBody/kernels/solverSetup.cl"