Transparent objects working.

This commit is contained in:
Tleety
2014-05-29 23:59:36 +02:00
parent eb37cc2296
commit cc84f04542
15 changed files with 244 additions and 81 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
job.TextureID = m_Texture->ResourceID;
job.Texture = *m_Texture;
job.Color = m_Color;
RenderQueue.Add(job);
RenderQueue.Forward.Add(job);
renderer->SetCamera(nullptr);
renderer->DrawFrame(RenderQueue);