Now sort models according to depth.

This commit is contained in:
Tleety
2016-01-11 14:12:54 +01:00
parent 0cf8d26557
commit 3c5966d174
5 changed files with 30 additions and 2 deletions
+2
View File
@@ -55,6 +55,8 @@ Game::Game(int argc, char* argv[])
EntityFileParser fp(file);
fp.MergeEntities(m_World);
}
//SO MUCH TEMP PLEASE REMOVE ME OMFG VIKTOR HELP
m_Renderer->m_World = m_World;
// Create system pipeline
m_SystemPipeline = new SystemPipeline(m_EventBroker);