Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): SkyType

Utility function to get SkyType instance from given value.

Properties

Link copied to clipboard
@JvmField
val ATMOSPHERE: SkyType

Renders the sky with a simulated atmospheric scattering algorithm, the sun direction can be attached to the light position or explicitly set through {@link SKY_ATMOSPHERE_SUN}.

Link copied to clipboard
@JvmField
val GRADIENT: SkyType

Renders the sky with a gradient that can be configured with {@link SKY_GRADIENT_RADIUS} and {@link SKY_GRADIENT}.