LuciadRIA (2026.0.10)
    Preparing search index...

    Represents an environment around a scene. Typically this environment is far away from the camera and the objects in your scene. It can be used to add detailed background imagery to more accurately customize the background to the scene.

    2021.1

    interface EnvironmentMap {
        imagery: CubeMapImagery | EquirectangularImagery;
        orientation?: number;
    }

    Properties

    The environment map images.

    orientation?: number

    The orientation of the environment map. This is an angle, in degrees, from the north direction (0 = north), increasing clockwise (90 = east). Defaults to 0 (facing north).