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
    getColor(Vec3 position)
     
    float
    getHeight(Vec3 position)
     
    default boolean
    skip(Vec3 position)
     
  • Method Details

    • getHeight

      float getHeight(Vec3 position)
    • getColor

      Color getColor(Vec3 position)
    • skip

      default boolean skip(Vec3 position)