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

    Modifier and Type
    Method
    Description
    arc.graphics.Color
    getColor(arc.math.geom.Vec3 position)
     
    float
    getHeight(arc.math.geom.Vec3 position)
     
    default boolean
    skip(arc.math.geom.Vec3 position)
     
  • 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)