Debug tool for different CubeMap

changed cubemap influence.
This commit is contained in:
Tleety
2016-02-24 14:47:47 +01:00
parent f41e0b29be
commit feeff5b164
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
void GenerateCubeMapTexture();
//GLuint CubeMapTexture() const { return m_CubeMapTexture; }
GLuint m_CubeMapTexture;
GLuint m_CubeMapTexture = -1;
private:
IRenderer* m_Renderer;
+1
View File
@@ -59,6 +59,7 @@ private:
Model* m_UnitSphere;
int m_DebugTextureToDraw = 0;
int m_CubeMapTexture = 0;
bool m_ResizeWindow = false;
float m_SSAO_Radius = 1.0f;
float m_SSAO_Bias = 0.05f;