Enable shearing in test

This commit is contained in:
Irlan 2019-06-27 19:36:45 -03:00
parent 4bb367b27a
commit cc5d062ca5

View File

@ -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);