From 493882f2b2c589b64424b9a03fc1bbda5d97a5f2 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Thu, 29 Aug 2019 17:33:02 +0300 Subject: [PATCH] Updates to config for rendering --- config/config_nick.jsonc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config/config_nick.jsonc b/config/config_nick.jsonc index 2dac067a2..53673a170 100644 --- a/config/config_nick.jsonc +++ b/config/config_nick.jsonc @@ -128,7 +128,15 @@ "SDFUseGradients": false, "showBlockBorders": false }, - "baseline": 0.5, + "baseline": 0.05, + "focal": 700, + "width": 1280, + "height": 720, + "maxDepth": 15.0, + "minDepth": 0.05, + "splatting": true, + "texturing": true, + "upsampling": false, "uri": "device:virtual" } }, @@ -150,7 +158,7 @@ "confidenceThreshold": 0.0, "mls": true, "voxels": false, - "clipping": true, + "clipping": false, "bbox_x_max": 0.6, "bbox_x_min": -0.6, "bbox_y_max": 3.0, -- GitLab