verticalRange

open override fun verticalRange(verticalRange: List<Double>): Atmosphere

Specify 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


open override fun verticalRange(verticalRange: Expression): Atmosphere

Specify 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


Specify 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.