From 69e5eb9b1c8f3a90cc9058d2a3d8d277ecbe8539 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 21 Aug 2018 10:46:48 +1200 Subject: [PATCH] Move tablet towards fingertips as it expands --- scripts/system/miniTablet.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/system/miniTablet.js b/scripts/system/miniTablet.js index f7a262b9c4..6d6180a964 100644 --- a/scripts/system/miniTablet.js +++ b/scripts/system/miniTablet.js @@ -68,9 +68,9 @@ STATE_MACHINE, rezzerState = PROXY_DISABLED, proxyHand, - PROXY_EXPAND_HANDLES = [ - { x: 0.5, y: -0.4, z: 0 }, - { x: -0.5, y: -0.4, z: 0 } + PROXY_EXPAND_HANDLES = [ // Normalized coordinates in range [-0.5, 0.5] about center of mini tablet. + { x: 0.5, y: -0.75, z: 0 }, + { x: -0.5, y: -0.75, z: 0 } ], proxyExpandHand, proxyExpandLocalPosition,