From 5fd3f563d6d6eab98696abf4e65169823a7a5fd9 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sun, 9 Sep 2018 10:55:05 +1200 Subject: [PATCH] Move mini tablet down in the palm a little. --- scripts/system/miniTablet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/miniTablet.js b/scripts/system/miniTablet.js index 23610fb3a4..1a753ee65a 100644 --- a/scripts/system/miniTablet.js +++ b/scripts/system/miniTablet.js @@ -91,12 +91,12 @@ MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper. MINI_POSITIONS = [ { - x: -0.03, // Distance across hand. + x: -0.01, // Distance across hand. y: 0.08, // Distance from joint. z: 0.06 // Distance above palm. }, { - x: 0.03, // Distance across hand. + x: 0.01, // Distance across hand. y: 0.08, // Distance from joint. z: 0.06 // Distance above palm. }