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

    Interface SceneCfg

    Defines the scene settings used to configure background, environment, model, fog and lights.

    interface SceneCfg {
        ambientlight: AmbientlightCfg;
        canvas: string;
        fog: FogCfg;
        guiOpened: boolean;
        hemisphere: HemisphereCfg;
    }
    Index
    ambientlight: AmbientlightCfg

    Ambient light settings.

    canvas: string

    Custom element tag in which the canvas is rendered.

    'ilu-canvas'
    
    fog: FogCfg

    Fog settings.

    guiOpened: boolean

    Whether the GUI scene dropdown is open.

    false
    
    hemisphere: HemisphereCfg

    Hemisphere light settings.