Kraken arm now splashes around when it arrives

This commit is contained in:
tleety
2015-10-22 11:12:11 +02:00
parent df264fb732
commit de8209bdda
4 changed files with 30 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ void dd::Systems::PhysicsSystem::InitializeWater()
m_ParticleSystemDef.radius = radius;
m_ParticleSystemDef.gravityScale = gravityScale;
m_ParticleSystemDef.density = 4.f;
m_ParticleSystemDef.surfaceTensionNormalStrength = 0.07;
m_WaterParticleSystem = m_PhysicsWorld->CreateParticleSystem(&m_ParticleSystemDef);
}