From 85a0dfa21a042f67aae7683472f075c8675d737c Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Thu, 31 Dec 2015 13:49:24 -0800 Subject: [PATCH] remove debug line --- examples/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 1dfc0ffacd..ed02bd3709 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -791,7 +791,6 @@ function MyController(hand) { var distantPickRay = { origin: Camera.position, - //direction: Quat.getFront(Quat.multiply(Camera.orientation, handDeltaRotation)), direction: Vec3.mix(Quat.getUp(this.getHandRotation()), Quat.getFront(Camera.orientation), HAND_HEAD_MIX_RATIO), length: PICK_MAX_DISTANCE };