don't enable concave mesh for soft body demos (work-in-progress)
This commit is contained in:
@@ -1182,7 +1182,7 @@ void SoftDemo::initPhysics()
|
||||
|
||||
|
||||
btCollisionShape* groundShape = 0;
|
||||
bool useConcaveMesh = true;//not ready yet true;
|
||||
bool useConcaveMesh = false;//not ready yet true;
|
||||
|
||||
if (useConcaveMesh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user