Disable bending in a test

This commit is contained in:
Irlan 2019-06-17 12:41:59 -03:00
parent 5f756dafca
commit ee8a15ddaa

View File

@ -42,7 +42,7 @@ public:
b3ClothDef def;
def.mesh = &m_rectangleClothMesh;
def.density = 0.2f;
def.bending = 10000.0f;
//def.bending = 10000.0f;
def.structural = 10000.0f;
def.damping = 0.0f;