From 9f8b427c1a1a164c7508ab3dbf1be4b60e3c4f83 Mon Sep 17 00:00:00 2001
From: vr-group <account@vr.rwth-aachen.de>
Date: Mon, 12 Jul 2021 19:31:58 +0200
Subject: [PATCH] Start rendering slightly closer to the dataset.

---
 settings.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/settings.json b/settings.json
index aa91994..e5a08e1 100644
--- a/settings.json
+++ b/settings.json
@@ -16,10 +16,10 @@
   "update_rate"      : 16.0,
   "key_frames"       :
   [
-    { "time":     0.0, "position": [   0.0, 0.0,  200.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
-    { "time":  4000.0, "position": [ 200.0, 0.0,    0.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
-    { "time":  8000.0, "position": [   0.0, 0.0, -200.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
-    { "time": 12000.0, "position": [-200.0, 0.0,    0.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
+    { "time":     0.0, "position": [   0.0, 0.0,  150.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
+    { "time":  4000.0, "position": [ 150.0, 0.0,    0.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
+    { "time":  8000.0, "position": [   0.0, 0.0, -150.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
+    { "time": 12000.0, "position": [-150.0, 0.0,    0.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] },
     { "time": 32000.0, "position": [   0.0, 0.0,    0.0], "center": [0.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] }
   ]
 } 
-- 
GitLab