From 04f0d792bb2460845d1cf4b917da0edc7295dad5 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 12 Oct 2015 17:36:53 -0700 Subject: [PATCH] Reverted grab back to 5 hz --- examples/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 9bb293126a..3445547fa1 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -67,7 +67,7 @@ var MSEC_PER_SEC = 1000.0; var startTime = Date.now(); var LIFETIME = 10; var ACTION_LIFETIME = 10; // seconds -var PICKS_PER_SECOND_PER_HAND = 60; +var PICKS_PER_SECOND_PER_HAND = 5; var MSECS_PER_SEC = 1000.0; // states for the state machine