centerThinning

abstract fun centerThinning(centerThinning: Double = 1.0): Snow

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

Parameters

centerThinning

as Double


abstract fun centerThinning(centerThinning: Expression): Snow

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

Parameters

centerThinning

value of centerThinning as Expression