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

    Interface SsaoCfg

    Defines the screen-space ambient occlusion settings used to enhance depth and shading.

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

    Imports the SSAO module dynamically and enables the SSAO effect.

    false
    
    guiOpened: boolean

    Whether the GUI SSAO dropdown is open.

    false