mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
Move tablet towards fingertips as it expands
This commit is contained in:
parent
dc86230e40
commit
69e5eb9b1c
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue