near is further again

This commit is contained in:
Anuken 2023-05-25 02:44:07 -04:00
parent 5c45df1a69
commit f5a32fdb6b

View File

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