Quality factor distance information. This controls the distance curve at which quality factor gets altered. Visually, it can be represented like this :

qualityFactor _______ A
                     \
                      \ B
                       -----------  qualityFactor * farQualityFactorMultiplier

With A being the nearDistance, and B the farDistance.

Since

2020.1

Hierarchy

  • QualityFactorFalloffOptions

Properties

farDistance: number

Distance at which the factor is fully interpolated, in meters. Between nearDistance and farDistance, linear interpolation on the distance occurs to alter the layer's quality factor based on farQualityFactorMultiplier. Further, the farQualityFactorMultiplier is fully applied.

farQualityFactorMultiplier: number

The quality factor multiplier to apply in the distance.

nearDistance: number

Distance at which the quality factor starts to be altered, in meters. Closer than this distance, the layer quality factor is used. Further, it starts to be impacted by the farQualityFactorMultiplier.