Class ShorelineTilePainter

  • All Implemented Interfaces:
    GlimpsePainter

    public class ShorelineTilePainter
    extends TilePainter<float[]>
    Author:
    borkholder
    • Method Detail

      • paintTo

        public void paintTo​(GlimpseContext context)
        Description copied from interface: GlimpsePainter
        Renders this GlimpsePainter to the provided GlimpseContext. The context defines the GLContext to use. The GlimpseContext also specifies where this GlimpsePainter should be rendered via the RenderTarget contained in the GlimpseContext.
        Specified by:
        paintTo in interface GlimpsePainter
        Overrides:
        paintTo in class TilePainter<float[]>
      • setLandColor

        public void setLandColor​(float[] landColor)