postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface BoxBlurMaterialOptions

    Box blur material options.

    interface BoxBlurMaterialOptions {
        bilateral?: boolean;
        kernelSize?: number;
    }

    Implemented by

    Index

    Properties

    bilateral?: boolean

    Indicates whether bilateral filtering is enabled.

    kernelSize?: number

    The kernel size.

    • Must be an odd number
    • Kernel size 3 and 5 use optimized code paths
    5