remove debug line

This commit is contained in:
Philip Rosedale 2015-12-31 13:49:24 -08:00
parent f4389c3b1f
commit 85a0dfa21a

View file

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