diff --git a/source/external/rhino.importer.js b/source/external/rhino.importer.js index 3165de1..985f468 100644 --- a/source/external/rhino.importer.js +++ b/source/external/rhino.importer.js @@ -28,7 +28,7 @@ OV.Importer3dm = class extends OV.ImporterBase GetUpDirection () { - return OV.Direction.X; + return OV.Direction.Z; } ImportContent (fileContent, onFinish)