mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Disable V-Sync again
Set the line fade for Voyager and Pioneer more properly
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user