Interface Gltf2ExporterArguments

Configuration options for glTF2 export process

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

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