Package mindustry.graphics.g3d
Class NoiseMesh
java.lang.Object
mindustry.graphics.g3d.PlanetMesh
mindustry.graphics.g3d.HexMesh
mindustry.graphics.g3d.NoiseMesh
- All Implemented Interfaces:
GenericMesh
-
Field Summary
Fields inherited from class mindustry.graphics.g3d.PlanetMesh
mesh, planet, shader
-
Constructor Summary
ConstructorDescriptionNoiseMesh
(Planet planet, int seed, int divisions, float radius, int octaves, float persistence, float scale, float mag, Color color1, Color color2, int coct, float cper, float cscl, float cthresh) Two-color variant.NoiseMesh
(Planet planet, int seed, int divisions, Color color, float radius, int octaves, float persistence, float scale, float mag) -
Method Summary
Methods inherited from class mindustry.graphics.g3d.PlanetMesh
render