Fix up direction for rhino importer.
This commit is contained in:
parent
33d4d5ac50
commit
a5900585f4
2
source/external/rhino.importer.js
vendored
2
source/external/rhino.importer.js
vendored
@ -28,7 +28,7 @@ OV.Importer3dm = class extends OV.ImporterBase
|
||||
|
||||
GetUpDirection ()
|
||||
{
|
||||
return OV.Direction.X;
|
||||
return OV.Direction.Z;
|
||||
}
|
||||
|
||||
ImportContent (fileContent, onFinish)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user