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

    Interface SsrCfg

    Defines the shared screen-space reflection settings.

    interface SsrCfg {
        enable: boolean;
        guiOpened: boolean;
        maxDistance: number;
        resolutionScale: number;
        thickness: number;
    }
    Index
    enable: boolean

    Imports the SSR module dynamically and enables the SSR effect.

    false
    
    guiOpened: boolean

    Whether the GUI SSR dropdown is open.

    false
    
    maxDistance: number

    Controls the maximum distance a fragment can reflect.

    180
    
    resolutionScale: number

    Resolution scale for effect computation.

    1
    
    thickness: number

    Controls the cutoff thickness in reflection calculations.

    0.018