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

    Interface TiltShiftBlurMaterialOptions

    TiltShiftBlurMaterial constructor options.

    interface TiltShiftBlurMaterialOptions {
        feather?: number;
        focusArea?: number;
        kernelSize?: KernelSize;
        offset?: number;
        rotation?: number;
    }

    Implemented by

    Index

    Properties

    feather?: number

    The softness of the focus area edges.

    focusArea?: number

    The relative size of the focus area.

    kernelSize?: KernelSize

    The blur kernel size.

    offset?: number

    The relative offset of the focus area.

    rotation?: number

    The rotation of the focus area in radians.