Fix up direction for rhino importer.

This commit is contained in:
Viktor Kovacs 2021-04-15 21:19:19 +02:00
parent 33d4d5ac50
commit a5900585f4

View File

@ -28,7 +28,7 @@ OV.Importer3dm = class extends OV.ImporterBase
GetUpDirection ()
{
return OV.Direction.X;
return OV.Direction.Z;
}
ImportContent (fileContent, onFinish)