From 01c19f98426baec2608ef1d981e705075b8aac3e Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Mon, 17 Jan 2022 14:12:26 +0100 Subject: [PATCH] Remove broken/irrelevant configs --- config/openvr_htcVive.json | 32 ---------------------- config/openvr_oculusRiftCv1.json | 32 ---------------------- config/tekniska.json | 47 -------------------------------- 3 files changed, 111 deletions(-) delete mode 100644 config/openvr_htcVive.json delete mode 100644 config/openvr_oculusRiftCv1.json delete mode 100644 config/tekniska.json diff --git a/config/openvr_htcVive.json b/config/openvr_htcVive.json deleted file mode 100644 index 5d2b20d4b8..0000000000 --- a/config/openvr_htcVive.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": 1, - "masterAddress": "localhost", - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "tags": [ "OpenVR" ], - "name": "OpenSpace", - "fullscreen": false, - "stereo": "side_by_side", - "size": { "x": 1332, "y": 840 }, - "res": { "x": 3024, "y": 1680 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "ProjectionPlane", - "lowerleft": { "x": -1.7156, "y": -0.965, "z": 0.0 }, - "upperleft": { "x": -1.7156, "y": 0.965, "z": 0.0 }, - "upperright": { "x": 1.7156, "y": 0.965, "z": 0.0 } - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/config/openvr_oculusRiftCv1.json b/config/openvr_oculusRiftCv1.json deleted file mode 100644 index 1debee6785..0000000000 --- a/config/openvr_oculusRiftCv1.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": 1, - "masterAddress": "localhost", - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "tags": [ "OpenVR" ], - "name": "OpenSpace", - "fullscreen": false, - "stereo": "side_by_side", - "size": { "x": 1332, "y": 793 }, - "res": { "x": 2664, "y": 1586 }, - "viewports": [ - { - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "ProjectionPlane", - "lowerleft": { "x": -1.7156, "y": -0.965, "z": 0.0 }, - "upperleft": { "x": -1.7156, "y": 0.965, "z": 0.0 }, - "upperright": { "x": 1.7156, "y": 0.965, "z": 0.0 } - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/config/tekniska.json b/config/tekniska.json deleted file mode 100644 index 27fe513cf9..0000000000 --- a/config/tekniska.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "version": 1, - "masterAddress": "localhost", - "externalControlPort": 20500, - "settings": { - "display": { - "swapInterval": 1 - } - }, - "nodes": [ - { - "address": "localhost", - "port": 20401, - "windows": [ - { - "name": "OpenSpace", - "border": false, - "fullscreen": false, - "stereo": "none", - "pos": { "x": 1920, "y": 900 }, - "size": { "x": 1920, "y": 1080 }, - "viewports": [ - { - "tracked": true, - "pos": { "x": 0.0, "y": 0.0 }, - "size": { "x": 1.0, "y": 1.0 }, - "projection": { - "type": "PlanarProjection", - "fov": { - "hFov": 80.0, - "vFov": 50.534015846724 - }, - "orientation": { "heading": 0.0, "pitch": 0.0, "roll": 0.0 } - } - } - ] - } - ] - } - ], - "users": [ - { - "eyeSeparation": 0.065, - "pos": { "x": 0.0, "y": 0.0, "z": 0.0 } - } - ] -} \ No newline at end of file