rhodonite
    Preparing search index...

    Interface Gltf2ExporterArguments

    Configuration options for glTF2 export process

    interface Gltf2ExporterArguments {
        entities?: ISceneGraphEntity[];
        excludeTags?: Tag[];
        type: Gltf2ExportType;
    }
    Index

    Properties

    entities?: ISceneGraphEntity[]

    Target entities to export. If specified, includes their descendants in the output

    excludeTags?: Tag[]

    Tags to exclude from export

    Export format type