disable MPR until some issues are fixed (on an NVIDIA GPU, sat axis are not properly computed, resulting in instability)

This commit is contained in:
erwincoumans 2014-01-04 21:44:53 -08:00
parent 5eb8fd33ad
commit 6f9a1c0da2

View File

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