mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:48:52 +02:00
Reorient tablet proxy
This commit is contained in:
parent
7a7fca3982
commit
b4ec1f4310
1 changed files with 6 additions and 0 deletions
|
@ -30,8 +30,14 @@
|
||||||
y: 0.07, // Distance from joint.
|
y: 0.07, // Distance from joint.
|
||||||
z: 0.07 // Distance above palm.
|
z: 0.07 // Distance above palm.
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
// Aligned cross-palm.
|
||||||
TABLET_PROXY_ROTATION_LEFT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: 90 }),
|
TABLET_PROXY_ROTATION_LEFT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: 90 }),
|
||||||
TABLET_PROXY_ROTATION_RIGHT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: -90 }),
|
TABLET_PROXY_ROTATION_RIGHT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: -90 }),
|
||||||
|
*/
|
||||||
|
// Aligned with palm.
|
||||||
|
TABLET_PROXY_ROTATION_LEFT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: 0 }),
|
||||||
|
TABLET_PROXY_ROTATION_RIGHT_HAND = Quat.fromVec3Degrees({ x: 0, y: 180, z: 0 }),
|
||||||
|
|
||||||
// State machine
|
// State machine
|
||||||
PROXY_HIDDEN = 0,
|
PROXY_HIDDEN = 0,
|
||||||
|
|
Loading…
Reference in a new issue