diff --git a/source/export/exporter3dm.js b/source/export/exporter3dm.js index ada4aca..81d7049 100644 --- a/source/export/exporter3dm.js +++ b/source/export/exporter3dm.js @@ -14,7 +14,7 @@ OV.Exporter3dm = class extends OV.ExporterBase ExportContent (model, format, files, onFinish) { if (this.rhino === null) { - OV.LoadExternalLibrary ('rhino3dm.min.js').then (() => { + OV.LoadExternalLibrary ('loaders/rhino3dm.min.js').then (() => { rhino3dm ().then ((rhino) => { this.rhino = rhino; this.ExportRhinoContent (model, files, onFinish);