ThreePipe
    Preparing search index...

    Type Alias ExportFileOptions

    ExportFileOptions: {
        exportExt?: string;
        viewerConfig?: boolean;
        [key: string]: any;
    } & GLTFExporter2Options

    Type declaration

    • [key: string]: any
    • OptionalexportExt?: string

      Extension to export to, default for object/scene = glb, default for viewerConfig = json, default for material = mat, otherwise determined by exporter

    • OptionalviewerConfig?: boolean

      Export and bundle the viewer config (scene settings). only works for rootSceneModelRoot and supported only in GLTFExporter2 GLTFExporter2Options.viewerConfig

      true