near is nearer

This commit is contained in:
Anuken
2023-05-16 21:15:56 -04:00
parent 9e2251028b
commit 410f4f69a1

View File

@@ -7,11 +7,9 @@ import arc.graphics.g3d.*;
import arc.graphics.gl.*;
import arc.math.*;
import arc.math.geom.*;
import arc.struct.*;
import arc.util.*;
import mindustry.game.EventType.*;
import mindustry.graphics.*;
import mindustry.graphics.g3d.PlanetGrid.*;
import mindustry.type.*;
public class PlanetRenderer implements Disposable{
@@ -44,6 +42,7 @@ public class PlanetRenderer implements Disposable{
projector.setScaling(1f / 150f);
cam.fov = 60f;
cam.far = 150f;
cam.near = 0.01f;
}
/** Render the entire planet scene to the screen. */