increase far plane distance

This commit is contained in:
Luca Conte 2024-06-24 15:09:49 +02:00
parent cb98871db0
commit 5426a084b0
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ void draw(void) {
// -------------- PROJECTION TRANSFORMATION ----------------
mat4 projectionTransformation;
GLfloat near = 0.1f;
GLfloat far = 20.0f;
GLfloat far = 40.0f;
perspectiveProjection(&projectionTransformation, near, far);
// -------------- NORMALISATION TRANSFORMATION -------------