Working pcf, not optimized
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user