added GpuSphereDemo (broken on NVIDIA GPU)
This commit is contained in:
@@ -37,8 +37,8 @@ enum
|
||||
};
|
||||
|
||||
|
||||
bool gpuBatchContacts = true;
|
||||
bool gpuSolveConstraint = true;
|
||||
bool gpuBatchContacts = true;//true;
|
||||
bool gpuSolveConstraint = false;//true;//true;
|
||||
|
||||
|
||||
struct btGpuBatchingPgsSolverInternalData
|
||||
|
||||
Reference in New Issue
Block a user