adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderModelRequestWritable

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

    Properties

    Options related to auto-framing.

    Options related to the background.

    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.

    Options related to the render size.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.