From 6f1ea9a3d3e7114505673b025ae6a59b23de36b3 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Wed, 20 Jan 2016 15:20:59 -0800 Subject: [PATCH] cleanup --- examples/controllers/handControllerGrab.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index e4cc0371ac..b9fd2d93f2 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1663,12 +1663,6 @@ function MyController(hand) { var rightController = new MyController(RIGHT_HAND); var leftController = new MyController(LEFT_HAND); -//preload the particle beams so that they are full length when you start searching -// if (USE_PARTICLE_BEAM_FOR_MOVING === true) { -// rightController.createParticleBeam(); -// leftController.createParticleBeam(); -// } - var MAPPING_NAME = "com.highfidelity.handControllerGrab"; var mapping = Controller.newMapping(MAPPING_NAME);