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

    Interface GaussianBlurMaterialOptions

    Gaussian blur material options.

    interface GaussianBlurMaterialOptions {
        kernelSize?: number;
    }

    Implemented by

    Index

    Properties

    Properties

    kernelSize?: number

    The kernel size. Must be an odd number.

    35