Illutions Engine API - v0.26.0
    Preparing search index...

    Interface AaCfg

    Defines the shared anti-aliasing settings.

    interface AaCfg {
        guiOpened: boolean;
        mode: "none" | "fxaa" | "smaa" | "traa";
    }
    Index
    guiOpened: boolean

    Whether the GUI anti-aliasing dropdown is open.

    false
    
    mode: "none" | "fxaa" | "smaa" | "traa"

    Selects the anti-aliasing mode. TRAA automatically falls back to FXAA when WebGL is used.

    'none'