feat: deferred shading (day 2)

This commit is contained in:
MihailRis
2025-07-08 23:56:22 +03:00
parent a585b52aa2
commit 0bd901d1a6
23 changed files with 236 additions and 92 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
bool perspective = true;
bool flipped = false;
float near = 0.05f;
float far = 1500.0f;
float far = 1e4f;
bool projset = false;
glm::mat4 projection;