feat: deferred shading (day 2)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user