minor update - préparation sunlight

This commit is contained in:
2025-01-22 19:56:28 +01:00
parent 261df5e257
commit d8552d3f91
14 changed files with 844 additions and 17 deletions

View File

@@ -76,7 +76,8 @@ public:
REFLECTION,
REFRACTION,
TEXTURE,
SKYBOX
SKYBOX,
SUNLIGHT
};
ShaderType GetActiveShader() const { return m_activeShader; };