near is further

This commit is contained in:
Anuken
2023-05-17 09:38:15 -04:00
parent 410f4f69a1
commit 445e147c16

View File

@@ -42,7 +42,7 @@ public class PlanetRenderer implements Disposable{
projector.setScaling(1f / 150f);
cam.fov = 60f;
cam.far = 150f;
cam.near = 0.01f;
cam.near = 0.1f;
}
/** Render the entire planet scene to the screen. */