Basic transparancy working.

This commit is contained in:
Tleety
2016-01-11 15:28:17 +01:00
parent 3c5966d174
commit fa6dd2dc67
5 changed files with 25 additions and 13 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
#include "Camera.h"
#include "RenderQueue.h"
#include "Model.h"
#include "../Core/World.h"
#include "../Core/World.h" //So temp
#include "RenderQueueFactory.h" //So temp
class IRenderer
{