mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
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:
+1
-1
Submodule apps/OpenSpace/ext/sgct updated: 902ad00320...95d4237eaf
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user