Type Alias Gltf2ExportType

Gltf2ExportType:
    | typeof GLTF2_EXPORT_GLTF
    | typeof GLTF2_EXPORT_GLB
    | typeof GLTF2_EXPORT_DRACO
    | typeof GLTF2_EXPORT_EMBEDDED
    | typeof GLTF2_EXPORT_NO_DOWNLOAD

glTF2 Export Type definitions