Small refactor. Removed b3SparseSymMat33 since it is very particular. Pushed experimental b3ShearForce.

This commit is contained in:
Irlan
2019-06-27 16:19:42 -03:00
parent 774c0741bd
commit b6d9f56583
16 changed files with 410 additions and 509 deletions

View File

@ -35,6 +35,7 @@ public:
def.mesh = &m_clothMesh;
def.density = 0.2f;
def.streching = 10000.0f;
//def.shearing = 10000.0f;
def.damping = 100.0f;
def.thickness = 0.2f;
def.friction = 0.1f;
@ -134,7 +135,6 @@ public:
}
b3GridClothMesh<10, 10> m_clothMesh;
b3Cloth* m_cloth;
b3ClothDragger* m_clothDragger;