centerThinning

abstract fun centerThinning(centerThinning: Double = 0.57): Rain

Thinning factor of rain particles from center. 0 - no thinning. 1 - maximal central area thinning. Default value: 0.57. Value range: 0, 1

Parameters

centerThinning

as Double


abstract fun centerThinning(centerThinning: Expression): Rain

Thinning factor of rain particles from center. 0 - no thinning. 1 - maximal central area thinning. Default value: 0.57. Value range: 0, 1

Parameters

centerThinning

value of centerThinning as Expression