Improve the performance of Borisov's trajectory by reducing the sampling rate from one sample per minute to one sample per week (it doesn't really change directions that fast anyway)

This commit is contained in:
Alexander Bock
2020-06-12 19:43:21 +02:00
parent 46970b9981
commit 7fb81a9ca2
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -57,7 +57,6 @@
#include <sgct/viewport.h>
#include <stb_image.h>
#include <Tracy.hpp>
#include <TracyOpenGL.hpp>
#include <chrono>
#include <ctime>
@@ -20,7 +20,7 @@ local C2019Q4BorisovTrail = {
Color = { 0.9, 0.9, 0.0 },
StartTime = "2015 JAN 01 00:00:00",
EndTime = "2024 JAN 01 00:00:00",
SampleInterval = 60
SampleInterval = 60 * 60 * 24 * 7
},
GUI = {
Name = "C-2019 Q4 Borisov Trail",