Package com.massifmaps.components
Class SkyType
java.lang.Object
com.massifmaps.components.SkyType
Possible sky appearances.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRayleigh and Mie single scattering, integrated along the view ray.static final intA gradient between HorizonColor and SkyColor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SKY_TYPE_GRADIENT
public static final int SKY_TYPE_GRADIENTA 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_ATMOSPHERERayleigh 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()
-