make garbbing radius the same as master

This commit is contained in:
druiz17 2017-09-13 16:15:36 -07:00
parent 310dbce65d
commit 1b288ef860
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Script.include("/~/system/libraries/controllers.js");
Script.include("/~/system/libraries/controllerDispatcherUtils.js");
(function() {
var NEAR_MAX_RADIUS = 1.0;
var NEAR_MAX_RADIUS = 0.1;
var TARGET_UPDATE_HZ = 60; // 50hz good enough, but we're using update
var BASIC_TIMER_INTERVAL_MS = 1000 / TARGET_UPDATE_HZ;

View file

@ -76,7 +76,7 @@ COLORS_GRAB_SEARCHING_HALF_SQUEEZE = { red: 10, green: 10, blue: 255 };
COLORS_GRAB_SEARCHING_FULL_SQUEEZE = { red: 250, green: 10, blue: 10 };
COLORS_GRAB_DISTANCE_HOLD = { red: 238, green: 75, blue: 214 };
NEAR_GRAB_RADIUS = 0.1;
NEAR_GRAB_RADIUS = 1.0;
DISPATCHER_PROPERTIES = [
"position",