update tests
Allow dragging a spring cloth in all spring cloth tests related to the spring cloth Use gravity acceleration in Earth in all spring cloth tests
This commit is contained in:
@ -33,7 +33,7 @@ public:
|
||||
b3ClothDef def;
|
||||
def.mesh = &m_clothMesh;
|
||||
def.density = 0.2f;
|
||||
def.gravity.Set(2.5f, 5.0f, -10.0f);
|
||||
def.gravity.Set(0.0f, -10.0f, 0.0f);
|
||||
def.k1 = 0.2f;
|
||||
def.k2 = 0.1f;
|
||||
def.kd = 0.005f;
|
||||
|
Reference in New Issue
Block a user