mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
updated iswa scene file for summer school release
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user