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

    Interface SmaaCfg

    Defines the SMAA anti-aliasing pass settings used to smooth jagged edges in the rendered image.

    interface SmaaCfg {
        enable: boolean;
        guiOpened: boolean;
    }
    Index
    enable: boolean

    Enables or disables SMAA.

    false
    
    guiOpened: boolean

    Whether the GUI SMAA dropdown is open.

    false