mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 19:50:00 -06:00
Change Voyager 1 & 2 trail end times to 2021 JAN 01 as it was wrongly changed in old commit
This commit is contained in:
@@ -227,9 +227,9 @@ local VoyagerTrailCruiseSaturnInf = {
|
||||
EnableFade = false,
|
||||
Color = { 0.70, 0.50, 0.20 },
|
||||
StartTime = "1980 NOV 16",
|
||||
EndTime = "2300 JAN 01",
|
||||
-- 116558 is the number of days between the Start and End time
|
||||
SampleInterval = 116558 * 2
|
||||
EndTime = "2021 JAN 01",
|
||||
-- 14656 is the number of days between the Start and End time
|
||||
SampleInterval = 14656 * 2
|
||||
},
|
||||
Tag = { "voyager1_trail" },
|
||||
GUI = {
|
||||
|
||||
@@ -331,9 +331,9 @@ local VoyagerTrailCruiseNeptuneInf = {
|
||||
EnableFade = false,
|
||||
Color = { 0.70, 0.50, 0.20 },
|
||||
StartTime = "1989 AUG 26",
|
||||
EndTime = "2300 JAN 01",
|
||||
-- 113353 is the number of days between the Start and End time
|
||||
SampleInterval = 113353 * 2
|
||||
EndTime = "2021 JAN 01",
|
||||
-- 11451 is the number of days between the Start and End time
|
||||
SampleInterval = 11451 * 2
|
||||
},
|
||||
Tag = { "voyager2_trail" },
|
||||
GUI = {
|
||||
|
||||
Reference in New Issue
Block a user