Type alias GltfExportSettings

GltfExportSettings: { excludeNodes?: NodeDescription[]; fileName?: string; optimizeForAR?: boolean }

Type declaration

  • Optional excludeNodes?: NodeDescription[]

    List of nodes that should be excluded from the DXF export

  • Optional fileName?: string
  • Optional optimizeForAR?: boolean

    Adjusts the exported GLB so that known issues get automatically fixed, this is mostly targeting Apples .usdz format

Generated using TypeDoc