From a452d0e2be4b461638efb9bbee586ca33225dcae Mon Sep 17 00:00:00 2001 From: Michael Nilsson Date: Wed, 6 Jul 2016 10:34:54 -0400 Subject: [PATCH] updated iswa scene file for summer school release --- data/iswa/magnetosphere.pos | 4 ++-- data/scene/iswa.scene | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/data/iswa/magnetosphere.pos b/data/iswa/magnetosphere.pos index 6c863a186f..1e1c7947c5 100644 --- a/data/iswa/magnetosphere.pos +++ b/data/iswa/magnetosphere.pos @@ -1,5 +1,5 @@ return { Focus = "Earth", - Position = {-7560679862.187146, -74922682298.916901, 128485372672.308228}, - Rotation = {-0.252305, 0.175672, -0.268353, 0.912945}, + Position = {-141270383340.446777, -29573748905.217777, 23466357486.487690}, + Rotation = {0.170420, 0.363584, -0.174881, 0.898989}, } diff --git a/data/scene/iswa.scene b/data/scene/iswa.scene index 56bba7c886..1c62f36405 100644 --- a/data/scene/iswa.scene +++ b/data/scene/iswa.scene @@ -7,8 +7,8 @@ function preInitialization() ]]-- --openspace.time.setTime(openspace.time.currentWallTime()) - openspace.time.setTime('2015-03-15T00:05:00.00') - --openspace.time.setTime('2000-01-01T00:00:00.00') + --openspace.time.setTime('2015-03-15T00:05:00.00') + openspace.time.setTime('2000-01-01T00:00:00.00') openspace.time.setDeltaTime(0) dofile(openspace.absPath('${SCRIPTS}/bind_keys_iswa.lua')) end @@ -21,8 +21,8 @@ function postInitialization() ]]-- openspace.setInteractionMode('OrbitalInteractionMode') openspace.printInfo("Setting default values") - openspace.setPropertyValue("Sun.renderable.enabled", true) - openspace.setPropertyValue("SunGlare.renderable.enabled", false) + openspace.setPropertyValue("Sun.renderable.enabled", false) + openspace.setPropertyValue("SunGlare.renderable.enabled", true) openspace.setPropertyValue("SunMarker.renderable.enabled", false) openspace.setPropertyValue("EarthMarker.renderable.enabled", false) openspace.setPropertyValue("Constellation Bounds.renderable.enabled", false) @@ -61,14 +61,14 @@ return { }, Modules = { "sun", - --"mercury", - --"venus", + "mercury", + "venus", "earth", - --"mars", - --"jupiter", - --"saturn", - --"uranus", - --"neptune", + "mars", + "jupiter", + "saturn", + "uranus", + "neptune", "stars", --"stars-denver", "milkyway",