Disable V-Sync again

Set the line fade for Voyager and Pioneer more properly
This commit is contained in:
Alexander Bock
2020-10-13 17:09:53 +02:00
parent a6bc4cb576
commit 4069d944bc
2 changed files with 9 additions and 1 deletions

View File

@@ -7,11 +7,13 @@ local voyager1 = {
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrailTrajectory",
Enabled = false,
Translation = {
Type = "HorizonsTranslation",
HorizonsTextFile = asset.localResource("voyager_1.txt")
},
Color = { 0.9, 0.9, 0.0 },
Fade = 5.0,
StartTime = "1977 SEP 06 00:00:00",
EndTime = "2030 DEC 31 00:00:00",
SampleInterval = sampleInterval,
@@ -28,11 +30,13 @@ local voyager2 = {
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrailTrajectory",
Enabled = false,
Translation = {
Type = "HorizonsTranslation",
HorizonsTextFile = asset.localResource("voyager_2.txt")
},
Color = { 0.9, 0.9, 0.0 },
Fade = 5.0,
StartTime = "1977 AUG 21 00:00:00",
EndTime = "2030 DEC 31 00:00:00",
SampleInterval = sampleInterval,
@@ -49,11 +53,13 @@ local pioneer10 = {
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrailTrajectory",
Enabled = false,
Translation = {
Type = "HorizonsTranslation",
HorizonsTextFile = asset.localResource("pioneer_10.txt")
},
Color = { 0.9, 0.3, 0.0 },
Fade = 5.0,
StartTime = "1972 MAR 04 00:00:00",
EndTime = "2030 DEC 31 00:00:00",
SampleInterval = sampleInterval,
@@ -70,11 +76,13 @@ local pioneer11 ={
Parent = "SolarSystemBarycenter",
Renderable = {
Type = "RenderableTrailTrajectory",
Enabled = false,
Translation = {
Type = "HorizonsTranslation",
HorizonsTextFile = asset.localResource("pioneer_11.txt")
},
Color = { 0.9, 0.3, 0.0 },
Fade = 5.0,
StartTime = "1973 APR 07 00:00:00",
EndTime = "2030 DEC 31 00:00:00",
SampleInterval = sampleInterval,

View File

@@ -8,7 +8,7 @@
-- or a dome cluster system
-- A regular 1280x720 window
SGCTConfig = sgct.config.single{vsync=true}
SGCTConfig = sgct.config.single{vsync=false}
-- A regular 1920x1080 window
-- SGCTConfig = sgct.config.single{1920, 1080}
-- A windowed 1920x1080 fullscreen