verticalRange

abstract fun verticalRange(verticalRange: List<Double> = listOf(0.0, 0.0)): Atmosphere

An array of two number values, specifying the vertical range, measured in meters, over which the fog should gradually fade out. When both parameters are set to zero, the fog will be rendered without any vertical constraints.

Parameters

verticalRange

as List


abstract fun verticalRange(verticalRange: Expression): Atmosphere

An array of two number values, specifying the vertical range, measured in meters, over which the fog should gradually fade out. When both parameters are set to zero, the fog will be rendered without any vertical constraints.

Parameters

verticalRange

value of verticalRange as Expression