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

    Interface HemisphereCfg

    Defines the hemisphere light settings controlling ambient sky and ground illumination.

    interface HemisphereCfg {
        enable: boolean;
        groundColor: ColorRepresentation;
        intensity: number;
        skyColor: ColorRepresentation;
    }
    Index
    enable: boolean

    Activates the hemisphere light in the scene.

    false
    
    groundColor: ColorRepresentation

    Light color from below.

    0x080820
    
    intensity: number

    Intensity of the hemisphere light.

    1
    
    skyColor: ColorRepresentation

    Light color from above.

    0xffffbb