From f7b49598b574f8514d4db667c3ad11553c76ac49 Mon Sep 17 00:00:00 2001 From: r3tk0n Date: Wed, 18 Jul 2018 09:50:59 -0700 Subject: [PATCH] Disabled tip boxes for Vive controllers, as per experience team request. --- scripts/system/controllers/viveControllerConfiguration.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/system/controllers/viveControllerConfiguration.js b/scripts/system/controllers/viveControllerConfiguration.js index dc4a5b6bb3..580d7dfd9a 100644 --- a/scripts/system/controllers/viveControllerConfiguration.js +++ b/scripts/system/controllers/viveControllerConfiguration.js @@ -77,7 +77,8 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = { dimensions: viveNaturalDimensions, parts: { - tips: { + // DISABLED FOR NOW + /*tips: { type: "static", modelURL: viveTipsModelURL, naturalPosition: {"x":-0.004377640783786774,"y":-0.034371938556432724,"z":0.06769277155399323}, @@ -102,7 +103,7 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = { defaultTextureURL: TIP_TEXTURE_BASE_URL + "/Teleport.png" } } - }, + },*/ // The touchpad type draws a dot indicating the current touch/thumb position // and swaps in textures based on the thumb position. @@ -215,6 +216,8 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = { }, parts: { + // DISABLED FOR NOW + /* tips: { type: "static", modelURL: viveTipsModelURL, @@ -242,6 +245,7 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = { } } }, + */ // The touchpad type draws a dot indicating the current touch/thumb position // and swaps in textures based on the thumb position.