Package mindustry.graphics.g3d
Class ShaderSphereMesh
java.lang.Object
mindustry.graphics.g3d.PlanetMesh
mindustry.graphics.g3d.ShaderSphereMesh
- All Implemented Interfaces:
arc.util.Disposable
,GenericMesh
-
Field Summary
Fields inherited from class mindustry.graphics.g3d.PlanetMesh
mesh, planet, shader
-
Constructor Summary
ConstructorsConstructorDescriptionShaderSphereMesh
(Planet planet, arc.graphics.gl.Shader shader, int divisions) -
Method Summary
Methods inherited from class mindustry.graphics.g3d.PlanetMesh
dispose, preRender, 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
-
ShaderSphereMesh
-