Class SkyQuality

java.lang.Object
com.massifmaps.components.SkyQuality

public final class SkyQuality extends Object
How finely the atmosphere is integrated. The cost is per fragment of visible sky, so
this is the knob to turn when a low-tilt camera fills the screen with sky.
  • Field Details

    • SKY_QUALITY_LOW

      public static final int SKY_QUALITY_LOW
      5 samples along the view ray, 3 towards the sun.
      See Also:
    • SKY_QUALITY_MEDIUM

      public static final int SKY_QUALITY_MEDIUM
      8 and 4. The default.
      See Also:
    • SKY_QUALITY_HIGH

      public static final int SKY_QUALITY_HIGH
      12 and 5.
      See Also:
  • Constructor Details

    • SkyQuality

      public SkyQuality()