mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
Better estimate of HMD offset
This commit is contained in:
parent
b246af7511
commit
d085be6c47
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var leapHands = (function () {
|
||||||
var isOnHMD,
|
var isOnHMD,
|
||||||
LEAP_ON_HMD_MENU_ITEM = "Leap Motion on HMD",
|
LEAP_ON_HMD_MENU_ITEM = "Leap Motion on HMD",
|
||||||
LEAP_OFFSET = 0.019, // Thickness of Leap Motion plus HMD clip
|
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,
|
hands,
|
||||||
wrists,
|
wrists,
|
||||||
NUM_HANDS = 2, // 0 = left; 1 = right
|
NUM_HANDS = 2, // 0 = left; 1 = right
|
||||||
|
|
Loading…
Reference in a new issue