Class SkyType

java.lang.Object
com.massifmaps.components.SkyType

public final class SkyType extends Object
Possible sky appearances.
  • Field Details

    • SKY_TYPE_GRADIENT

      public static final int SKY_TYPE_GRADIENT
      A gradient between HorizonColor and SkyColor. What the SDK drew before the
      atmosphere existed; pick it for a flat, stylised or brand-coloured sky.
      See Also:
    • SKY_TYPE_ATMOSPHERE

      public static final int SKY_TYPE_ATMOSPHERE
      Rayleigh and Mie single scattering, integrated along the view ray. The blue zenith,
      the reddening at a low sun and the halo around it all come out of the model rather
      than out of a colour ramp, so the sky follows the time of day on its own.
      See Also:
  • Constructor Details

    • SkyType

      public SkyType()