feat: multiple lights kinda shadow support (shader is missing)

This commit is contained in:
2025-10-14 20:55:24 +02:00
parent fdbf1296de
commit 94afd17d65
9 changed files with 104 additions and 206 deletions

View File

@ -23,8 +23,8 @@ private:
Shader m_shader;
Shader m_depthShader;
unsigned int m_depth_fbo;
unsigned int m_depthMap;
// unsigned int m_depth_fbo;
// unsigned int m_depthMap;
glm::mat4 m_model;
glm::mat4 m_proj;