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

    Interface FXAAEffectOptions

    FXAAEffect options.

    interface FXAAEffectOptions {
        maxEdgeThreshold?: number;
        minEdgeThreshold?: number;
        samples?: number;
        subpixelQuality?: number;
    }

    Implemented by

    Index

    Properties

    maxEdgeThreshold?: number

    The maximum edge detection threshold. Range is [0.0, 1.0].

    0.125
    
    minEdgeThreshold?: number

    The minimum edge detection threshold. Range is [0.0, 1.0].

    0.0312
    
    samples?: number

    The maximum amount of edge detection samples.

    12
    
    subpixelQuality?: number

    The subpixel blend quality. Range is [0.0, 1.0].

    0.75