water radius now changeable in config file, also improved the look of the water

This commit is contained in:
tleety
2015-10-19 14:50:26 +02:00
parent 116cfb5759
commit 55232a4ec2
6 changed files with 15 additions and 9 deletions
+1 -3
View File
@@ -252,7 +252,7 @@ public:
m_World->CommitEntity(background);
}
// auto particleEmitter= m_World->AddComponent<Components::Emitter>(Pe);
//auto particleEmitter= m_World->AddComponent<Components::Emitter>(Pe);
//Water test
{
auto t_waterBody = m_World->CreateEntity();
@@ -266,8 +266,6 @@ public:
}
//ParticleTest
/*{
auto Pe = m_World->CreateEntity();
auto transform = m_World->AddComponent<Components::Transform>(Pe);