enable MPR by default, needs more testing on various OpenCL configurations (OS, drive, GPU etc)
This commit is contained in:
@@ -16,7 +16,7 @@ subject to the following restrictions:
|
|||||||
bool findSeparatingAxisOnGpu = true;
|
bool findSeparatingAxisOnGpu = true;
|
||||||
bool splitSearchSepAxisConcave = false;
|
bool splitSearchSepAxisConcave = false;
|
||||||
bool splitSearchSepAxisConvex = true;
|
bool splitSearchSepAxisConvex = true;
|
||||||
bool useMprGpu = false;//use mpr for edge-edge (+contact point) or sat. Needs testing on main OpenCL platforms, before enabling...
|
bool useMprGpu = true;//use mpr for edge-edge (+contact point) or sat. Needs testing on main OpenCL platforms, before enabling...
|
||||||
bool bvhTraversalKernelGPU = true;
|
bool bvhTraversalKernelGPU = true;
|
||||||
bool findConcaveSeparatingAxisKernelGPU = true;
|
bool findConcaveSeparatingAxisKernelGPU = true;
|
||||||
bool clipConcaveFacesAndFindContactsCPU = false;//false;//true;
|
bool clipConcaveFacesAndFindContactsCPU = false;//false;//true;
|
||||||
|
|||||||
Reference in New Issue
Block a user