Removed experimental code

This commit is contained in:
Irlan
2019-06-02 11:03:19 -03:00
parent f2c7eb64ed
commit d89e658313
5 changed files with 16 additions and 653 deletions

View File

@ -53,7 +53,7 @@ public:
for (b3Particle* p = m_cloth->GetParticleList().m_head; p; p = p->GetNext())
{
p->SetRadius(0.05f);
p->SetRadius(0.1f);
p->SetFriction(0.2f);
}