adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaModelConvertRequestWritable

    type Restv1BetaModelConvertRequestWritable = {
        format: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj";
        modelEntrypoint?: string;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    format: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj"

    Output format.

    modelEntrypoint?: string

    Conversion usually takes the first file that's considered a valid 3D model. Define this entry point to disambiguate when there are multiple options.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.