Package com.massifmaps.components
Class SkyQuality
java.lang.Object
com.massifmaps.components.SkyQuality
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.
this is the knob to turn when a low-tilt camera fills the screen with sky.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int12 and 5.static final int5 samples along the view ray, 3 towards the sun.static final int8 and 4. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SKY_QUALITY_LOW
public static final int SKY_QUALITY_LOW5 samples along the view ray, 3 towards the sun.- See Also:
-
SKY_QUALITY_MEDIUM
public static final int SKY_QUALITY_MEDIUM8 and 4. The default.- See Also:
-
SKY_QUALITY_HIGH
public static final int SKY_QUALITY_HIGH12 and 5.- See Also:
-
-
Constructor Details
-
SkyQuality
public SkyQuality()
-