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

    Interface SsaoWebGlCfg

    Defines the WebGL screen-space ambient occlusion settings.

    interface SsaoWebGlCfg {
        kernelRadius: number;
        maxDistance: number;
        minDistance: number;
    }
    Index
    kernelRadius: number

    Defines the radius of the ambient occlusion kernel.

    8
    
    maxDistance: number

    Maximum distance for SSAO calculation.

    0.1
    
    minDistance: number

    Minimum distance between surfaces before AO applies.

    0.005