preparation

This commit is contained in:
Irlan
2018-07-20 13:51:09 -03:00
parent 261c5fc044
commit 7060f513ad
7 changed files with 312 additions and 14 deletions

View File

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