adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesSceneEnvironment

    type TypesSceneEnvironment = {
        exposure?: number;
        file?: string;
        preserveLights?: boolean;
        rotation?: TypesRotation;
    }
    Index

    Properties

    exposure?: number

    Exposure, in EV (0=neutral).

    file?: string

    Path to the environment file in sources. If the value is null, the first found environment file will be used.

    preserveLights?: boolean

    A scene may contain 3D lights, like area lights or spot lights. By default, all those lights are removed when a new environment is set. Set this option to true to preserve the scene 3D lights.

    rotation?: TypesRotation

    Controls the orientation of the environment map.