adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderSceneRequestWritable

    type Restv1BetaRenderSceneRequestWritable = {
        autoFraming?: TypesAutoFramingOptions;
        background?: TypesBackgroundOptions;
        cameraName?: string;
        extraOutputs?: TypesRenderExtraOutputs;
        groundPlane?: TypesGroundPlaneOptions;
        scene: TypesSceneDescription;
        size?: TypesSizeOptions;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    Auto-framing related options.

    Background related options.

    cameraName?: string

    If set, this camera is used to perform the render. The camera has to be defined in the scene.

    Request additional outputs from the renderer.

    Options related to the ground plane.

    Define rendering scene primitives.

    Render size related options.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.