disable Mpr on Mac OSX (need to split the kernel again...)

This commit is contained in:
Erwin Coumans
2014-01-15 11:24:35 -08:00
parent c91c2d9395
commit b53cc5edb8
2 changed files with 12 additions and 2 deletions

View File

@@ -16,7 +16,11 @@ subject to the following restrictions:
bool findSeparatingAxisOnGpu = true;
bool splitSearchSepAxisConcave = false;
bool splitSearchSepAxisConvex = true;
#ifdef __APPLE__
bool useMprGpu = false;
#else
bool useMprGpu = true;//use mpr for edge-edge (+contact point) or sat. Needs testing on main OpenCL platforms, before enabling...
#endif
bool bvhTraversalKernelGPU = true;
bool findConcaveSeparatingAxisKernelGPU = true;
bool clipConcaveFacesAndFindContactsCPU = false;//false;//true;