mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Rename some actions
This commit is contained in:
@@ -244,7 +244,7 @@ local timelaps = [[
|
||||
"openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', true)",
|
||||
"openspace.time.interpolateDeltaTime(-7200)" ..
|
||||
"openspace.setPropertyValueSingle('Scene.Earth.Renderable.Layers.NightLayers.Earth_at_Night_2012.Settings.Gamma', 0.7)" ..
|
||||
"openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', false)" ..
|
||||
"openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', false)"
|
||||
)
|
||||
]]
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"gui_path": "/JWST",
|
||||
"identifier": "profile.toggle.l2",
|
||||
"is_local": false,
|
||||
"name": "Toggle L2",
|
||||
"name": "Toggle L2 line and small L2 label",
|
||||
"script": "local list = openspace.getProperty('{lagrange_points_earth_l2_small}.*.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end"
|
||||
},
|
||||
{
|
||||
@@ -49,11 +49,11 @@
|
||||
"script": "openspace.time.setTime('2018-10-01T14:06:03'); openspace.time.setDeltaTime(1)"
|
||||
},
|
||||
{
|
||||
"documentation": "Set the time to the 2021 launch time of JWST",
|
||||
"documentation": "Set the time to 2021 where the JWST Sun trail has valid data (2020-2024)",
|
||||
"gui_path": "/JWST",
|
||||
"identifier": "profile.set.2021_launch",
|
||||
"identifier": "profile.set.2021_sun",
|
||||
"is_local": false,
|
||||
"name": "Set to 2021 launch time",
|
||||
"name": "Set to 2021 Sun trail",
|
||||
"script": "openspace.time.setTime('2021-12-18T14:06:03'); openspace.time.setDeltaTime(1)"
|
||||
}
|
||||
],
|
||||
@@ -137,7 +137,7 @@
|
||||
"key": "J"
|
||||
},
|
||||
{
|
||||
"action": "profile.set.2021_launch",
|
||||
"action": "profile.set.2021_sun",
|
||||
"key": "K"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user