From fa93a78d9f403b9920e502f9fbdf9882eae35ccb Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Wed, 10 Aug 2016 13:57:12 -0400 Subject: [PATCH] Rotate Osiris Rex model to match Spice specification --- data/scene/osirisrex.scene | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/scene/osirisrex.scene b/data/scene/osirisrex.scene index df0ad3d9e1..1fd97ca2e5 100644 --- a/data/scene/osirisrex.scene +++ b/data/scene/osirisrex.scene @@ -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()