From 4069d944bcef514108f0e09919ce55f1f99816ca Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 13 Oct 2020 17:09:53 +0200 Subject: [PATCH] Disable V-Sync again Set the line fade for Voyager and Pioneer more properly --- .../voyagerpioneer/voyager1_2__pioneer10_11.asset | 8 ++++++++ openspace.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/data/assets/scene/solarsystem/missions/voyagerpioneer/voyager1_2__pioneer10_11.asset b/data/assets/scene/solarsystem/missions/voyagerpioneer/voyager1_2__pioneer10_11.asset index 2f73475a8e..b609658789 100644 --- a/data/assets/scene/solarsystem/missions/voyagerpioneer/voyager1_2__pioneer10_11.asset +++ b/data/assets/scene/solarsystem/missions/voyagerpioneer/voyager1_2__pioneer10_11.asset @@ -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, diff --git a/openspace.cfg b/openspace.cfg index 063dac1ae9..4410c6c261 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -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