Enable shearing in test
This commit is contained in:
parent
4bb367b27a
commit
cc5d062ca5
@ -65,6 +65,7 @@ public:
|
||||
def.mesh = &m_clothMesh;
|
||||
def.density = 0.2f;
|
||||
def.streching = 10000.0f;
|
||||
def.shearing = 5000.0f;
|
||||
def.damping = 100.0f;
|
||||
|
||||
m_cloth = new b3Cloth(def);
|
||||
|
Loading…
x
Reference in New Issue
Block a user