Rotate Osiris Rex model to match Spice specification

This commit is contained in:
Erik Broberg
2016-08-10 13:57:12 -04:00
parent f637a30127
commit fa93a78d9f

View File

@@ -157,6 +157,9 @@ function postInitialization()
openspace.setPropertyValue("MilkyWay.renderable.transparency", 0.55)
openspace.setPropertyValue("MilkyWay.renderable.segments", 50)
-- Rotate Osiris Rex model to match the specification in the spice data
openspace.setPropertyValue("OsirisRex.renderable.modelrotation", {90.0, 0.0, 0.0})
openspace.printInfo("Done setting default values")
openspace.resetCameraDirection()