Fixed some transparency bugs and started on component based camera

This commit is contained in:
viktorljung
2015-12-14 19:10:00 +01:00
parent 6723e71fee
commit 05b78265be
17 changed files with 160 additions and 72 deletions
+1
View File
@@ -32,6 +32,7 @@ void DrawScenePass::Draw(RenderQueueCollection& rq)
DrawScenePassState state;
rq.Forward.Jobs.sort(DrawScenePass::DepthSort);
//TODO: Render: Add code for more jobs than modeljobs.
for (auto &job : rq.Forward) {