From 67f4c250fdd7e4e04012596bcab871926d44db48 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Wed, 6 Jan 2016 14:59:31 -0800 Subject: [PATCH] Search sphere goes away on far to near grab --- examples/controllers/handControllerGrab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 148d6a7a4a..7700001cc5 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -917,6 +917,7 @@ function MyController(hand) { } this.setState(STATE_EQUIP); + this.turnOffVisualizations(); return; } else if ((this.state == STATE_SEARCHING) && this.triggerSmoothedGrab()) { this.setState(STATE_DISTANCE_HOLDING);