Interface LowPassSettings

interface LowPassSettings {
    smoothing?: number;
}

Properties

Properties

smoothing?: number