adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesSceneModel

    type TypesSceneModel = {
        anchorName?: string;
        file?: string;
        formatOptions?: TypesFormatOptions;
        materialOverrides?: TypesMaterialOverride[] | null;
        transform?: TypesTransform;
    }
    Index

    Properties

    anchorName?: string

    Node name in scene graph which used as parent for the model. If anchor is not found, a node with the anchor name will be generated under models root node. And If value is null, a node will be generated under models root node.

    file?: string

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

    formatOptions?: TypesFormatOptions

    Define options specific for the model file format.

    materialOverrides?: TypesMaterialOverride[] | null

    Define material overrides.

    transform?: TypesTransform

    Transform applied on the anchor node. Overrides the previous value, if it exists.