Some debug features for color corrections and glow strength fix.

This commit is contained in:
Tleety
2016-01-27 17:21:00 +01:00
parent a63ecb8133
commit 97cbc55223
5 changed files with 92 additions and 73 deletions
@@ -7,6 +7,7 @@
#include "ShaderProgram.h"
//#include "Util/UnorderedMapVec2.h"
#include "Texture.h"
#include "imgui/imgui.h"
class DrawColorCorrectionPass
{
@@ -23,7 +24,8 @@ private:
ShaderProgram* m_ColorCorrectionProgram;
Model* m_ScreenQuad;
GLfloat m_Exposure;
GLfloat m_Exposure = 1;
GLfloat m_Gamma = 2.2;
};
#endif