Shadows for animated models and removed spam in console

This commit is contained in:
viktorljung
2016-03-09 22:43:04 +01:00
parent d393f9ade1
commit 4e6ff16e58
4 changed files with 88 additions and 6 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ private:
GLuint m_DepthMap;
FrameBuffer m_DepthBuffer;
ShaderProgram* m_ShadowProgram;
ShaderProgram* m_ShadowProgram;
ShaderProgram* m_ShadowProgramSkinned;
std::array<glm::mat4, MAX_SPLITS> m_LightProjection;
std::array<glm::mat4, MAX_SPLITS> m_LightView;