mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Extended EndTime for Voyager 1 & 2 until 2300 so that trails are visible for longer.
This commit is contained in:
@@ -211,8 +211,8 @@ local VoyagerTrailCruiseSaturnInf = {
|
||||
EnableFade = false,
|
||||
Color = { 0.70, 0.50, 0.20 },
|
||||
StartTime = "1980 NOV 16",
|
||||
EndTime = "2021 JAN 01",
|
||||
SampleInterval = 14656 * 2 -- 14656 is the number of days between the Start and End time
|
||||
EndTime = "2300 JAN 01",
|
||||
SampleInterval = 116558 * 2 -- 116558 is the number of days between the Start and End time
|
||||
},
|
||||
GUI = {
|
||||
Name = "Voyager 1 Trail Cruise Saturn-Inf",
|
||||
|
||||
@@ -307,8 +307,8 @@ local VoyagerTrailCruiseNeptuneInf = {
|
||||
EnableFade = false,
|
||||
Color = { 0.70, 0.50, 0.20 },
|
||||
StartTime = "1989 AUG 26",
|
||||
EndTime = "2021 JAN 01",
|
||||
SampleInterval = 11451 * 2 -- 11451 is the number of days between the Start and End time
|
||||
EndTime = "2300 JAN 01",
|
||||
SampleInterval = 113353 * 2 -- 113353 is the number of days between the Start and End time
|
||||
},
|
||||
GUI = {
|
||||
Name = "Voyager 2 Trail Cruise Neptune-Inf",
|
||||
|
||||
Reference in New Issue
Block a user