verticalRange

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

An array of two number values, specifying the vertical range over which the fog should gradually fade out. When both parameters are set to zero, the fog will be rendered without any vertical constraints. Default value: 0,0. Minimum value: 0. The unit of verticalRange is in meters.

Parameters

verticalRange

as List


abstract fun verticalRange(verticalRange: Expression): Atmosphere

An array of two number values, specifying the vertical range over which the fog should gradually fade out. When both parameters are set to zero, the fog will be rendered without any vertical constraints. Default value: 0,0. Minimum value: 0. The unit of verticalRange is in meters.

Parameters

verticalRange

value of verticalRange as Expression