range

abstract fun range(range: List<Double> = listOf(0.5, 10.0)): Atmosphere

The start and end distance range in which fog fades from fully transparent to fully opaque. The distance to the point at the center of the map is defined as zero, so that negative range values are closer to the camera, and positive values are farther away. Default value: 0.5,10. Value range: -20, 20

Parameters

range

as List


abstract fun range(range: Expression): Atmosphere

The start and end distance range in which fog fades from fully transparent to fully opaque. The distance to the point at the center of the map is defined as zero, so that negative range values are closer to the camera, and positive values are farther away. Default value: 0.5,10. Value range: -20, 20

Parameters

range

value of range as Expression