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;