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

    Interface AmbientlightCfg

    Defines the ambient light settings controlling global scene illumination.

    interface AmbientlightCfg {
        color: ColorRepresentation;
        enable: boolean;
        intensity: number;
    }
    Index
    color: ColorRepresentation

    Light color applied uniformly to all objects.

    0xffffff
    
    enable: boolean

    Activates the ambient light in the scene.

    false
    
    intensity: number

    Intensity of the ambient light.

    1