mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 22:13:29 +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,
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue