Discolink
    Preparing search index...

    Interface LowPassFilter

    Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass. Any smoothing values equal to or less than 1.0 will disable the filter.

    interface LowPassFilter {
        smoothing?: number;
    }
    Index
    smoothing?: number

    The smoothing factor (1.0 < x)