From d085be6c4709c8c4ea7b0ca1217c2c11888261f0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 3 Nov 2014 11:14:04 -0800 Subject: [PATCH] Better estimate of HMD offset --- examples/leapHands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/leapHands.js b/examples/leapHands.js index c9c3af0063..437637dc3f 100644 --- a/examples/leapHands.js +++ b/examples/leapHands.js @@ -16,7 +16,7 @@ var leapHands = (function () { var isOnHMD, LEAP_ON_HMD_MENU_ITEM = "Leap Motion on HMD", LEAP_OFFSET = 0.019, // Thickness of Leap Motion plus HMD clip - HMD_OFFSET = 0.100, // Eyeballs to front surface of Oculus DK2 TODO: Confirm and make depend on device and eye relief + HMD_OFFSET = 0.070, // Eyeballs to front surface of Oculus DK2 TODO: Confirm and make depend on device and eye relief hands, wrists, NUM_HANDS = 2, // 0 = left; 1 = right