adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderModelTurntableRequest

    type Restv1BetaRenderModelTurntableRequest = {
        $schema?: string;
        autoFraming?: TypesAutoFramingOptions;
        background?: TypesBackgroundOptions;
        cameraName?: string;
        exportFrames?: boolean;
        framerate?: number;
        groundPlane?: TypesGroundPlaneOptions;
        mode?: "rotate_camera" | "rotate_model" | "rotate_environment";
        scene: TypesSimpleSceneDescription;
        seconds?: number;
        size?: TypesSizeOptions;
        sources: RestBaseMountedSource[] | null;
        useRasterizer?: boolean;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    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.

    exportFrames?: boolean

    Whether to export individual frames along with the turntable product.

    framerate?: number

    Ground plane related options.

    mode?: "rotate_camera" | "rotate_model" | "rotate_environment"

    Set the rotation mode. Options are rotate_camera (camera rotates around model), rotate_model (model rotates), or rotate_environment (environment rotates).

    Define rendering scene primitives.

    seconds?: number

    Render size related options.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.

    useRasterizer?: boolean

    Set to true to use a very fast rendering technique but with less accurate lighting.