Working pcf, not optimized

This commit is contained in:
FakeShemp
2016-02-10 16:16:41 +01:00
parent 69db32337d
commit cb77c1ff97
3 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ private:
glm::mat4 m_LightView;
glm::mat4 m_LightSpaceMatrix;
GLuint resolutionSizeWidth = 2048 * 4;
GLuint resolutionSizeHeigth = 2048 * 4;
GLuint resolutionSizeWidth = 2048 * 2;
GLuint resolutionSizeHeigth = 2048 * 2;
bool m_ShadowOn = true;
};