Animation models and stuff

This commit is contained in:
viktorljung
2015-10-19 16:48:42 +02:00
parent f2dab5bd1b
commit 9e8d176999
5 changed files with 1153 additions and 488 deletions
+4 -1
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();
@@ -265,6 +265,9 @@ public:
m_World->CommitEntity(t_waterBody);
}
//ParticleTest