Package mindustry.graphics.g3d
Class SunMesh
java.lang.Object
mindustry.graphics.g3d.PlanetMesh
mindustry.graphics.g3d.HexMesh
mindustry.graphics.g3d.SunMesh
- All Implemented Interfaces:
arc.util.Disposable
,GenericMesh
-
Field Summary
Fields inherited from class mindustry.graphics.g3d.PlanetMesh
mesh, planet, shader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.graphics.g3d.PlanetMesh
dispose, render
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Constructor Details
-
SunMesh
public SunMesh(Planet planet, int divisions, double octaves, double persistence, double scl, double pow, double mag, float colorScale, arc.graphics.Color... colors)
-