Revert "Forward+"

This commit is contained in:
2016-01-11 13:48:55 +01:00
parent dc7ed2e0ba
commit b908a9f9c6
26 changed files with 271 additions and 779 deletions
@@ -1,17 +0,0 @@
#include "Rendering/DrawFinalPassState.h"
DrawFinalPassState::DrawFinalPassState()
{
BindFramebuffer(0);
Enable(GL_DEPTH_TEST);
Enable(GL_CULL_FACE);
ClearColor(glm::vec4(200.f / 255, 0.f / 255, 200.f / 255, 0.f));
Clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
}
DrawFinalPassState::~DrawFinalPassState()
{
}