This commit is contained in:
James B. Pollack 2016-01-20 15:20:59 -08:00
parent 53b4a509f7
commit 6f1ea9a3d3

View file

@ -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);