Disable bending in a test
This commit is contained in:
parent
5f756dafca
commit
ee8a15ddaa
@ -42,7 +42,7 @@ public:
|
|||||||
b3ClothDef def;
|
b3ClothDef def;
|
||||||
def.mesh = &m_rectangleClothMesh;
|
def.mesh = &m_rectangleClothMesh;
|
||||||
def.density = 0.2f;
|
def.density = 0.2f;
|
||||||
def.bending = 10000.0f;
|
//def.bending = 10000.0f;
|
||||||
def.structural = 10000.0f;
|
def.structural = 10000.0f;
|
||||||
def.damping = 0.0f;
|
def.damping = 0.0f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user