Type alias ExportFileOptions

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

Type declaration

  • [key: string]: any
  • Optional exportExt?: string

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

  • Optional viewerConfig?: boolean

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

    Default

    true
    

Generated using TypeDoc