now b3World is responsable for creating or destroying b3Cloth; clean up; update tests

This commit is contained in:
Irlan
2018-05-26 00:41:41 -03:00
parent 8d2affb0b2
commit 43013ad80b
13 changed files with 218 additions and 204 deletions

View File

@ -62,7 +62,7 @@ public:
def.r = 0.2f;
def.ks = 10000.0f;
m_cloth.Initialize(def);
m_cloth = m_world.CreateCloth(def);
}
static Test* Create()