Package mindustry.graphics.g3d
Interface HexMesher
- All Known Implementing Classes:
AsteroidGenerator
,BlankPlanetGenerator
,ErekirPlanetGenerator
,PlanetGenerator
,SerpuloPlanetGenerator
,TantrosPlanetGenerator
public interface HexMesher
Defines color and height for a planet mesh.
-
Method Summary
-
Method Details
-
getHeight
float getHeight(arc.math.geom.Vec3 position) -
getColor
arc.graphics.Color getColor(arc.math.geom.Vec3 position) -
skip
default boolean skip(arc.math.geom.Vec3 position)
-