tweak OpenCL particle demo

This commit is contained in:
erwin.coumans
2010-07-24 06:52:55 +00:00
parent 9bee6f6afd
commit 51869dceda
4 changed files with 21 additions and 20 deletions

View File

@@ -268,7 +268,7 @@ void btParticlesDynamicsWorld::grabSimulationData()
m_simParams.m_collisionDamping = 0.025f;//0.02f;
m_simParams.m_spring = 0.5f;
m_simParams.m_shear = 0.1f;
m_simParams.m_attraction = 0.0f;
m_simParams.m_attraction = 0.001f;