remove default radius

This commit is contained in:
Irlan
2018-05-30 16:32:45 -03:00
parent 1babc1b406
commit 7bed29df5e
7 changed files with 20 additions and 21 deletions

View File

@ -53,7 +53,6 @@ public:
// Create cloth
b3ClothDef def;
def.radius = 0.2f;
def.mesh = &m_shirtClothMesh;
def.density = 0.2f;
def.structural = 10000.0f;