From 05e3a8613ad5f86034f0a6ac8559633b394767bb Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 25 Jul 2016 16:28:47 -0700 Subject: [PATCH] colors back to blue and red --- scripts/system/controllers/handControllerGrab.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 5079c093df..95cc7be405 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -61,15 +61,15 @@ var DISTANCE_HOLDING_UNITY_DISTANCE = 6; // The distance at which the distance var MOVE_WITH_HEAD = true; // experimental head-control of distantly held objects var COLORS_GRAB_SEARCHING_HALF_SQUEEZE = { - red: 161, - green: 108, - blue: 238 + red: 10, + green: 10, + blue: 255 }; var COLORS_GRAB_SEARCHING_FULL_SQUEEZE = { - red: 255, - green: 97, - blue: 129 + red: 250, + green: 10, + blue: 10 }; var COLORS_GRAB_DISTANCE_HOLD = {