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

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