mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
Move mini tablet down in the palm a little.
This commit is contained in:
parent
66f75e856e
commit
5fd3f563d6
1 changed files with 2 additions and 2 deletions
|
@ -91,12 +91,12 @@
|
||||||
MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper.
|
MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper.
|
||||||
MINI_POSITIONS = [
|
MINI_POSITIONS = [
|
||||||
{
|
{
|
||||||
x: -0.03, // Distance across hand.
|
x: -0.01, // Distance across hand.
|
||||||
y: 0.08, // Distance from joint.
|
y: 0.08, // Distance from joint.
|
||||||
z: 0.06 // Distance above palm.
|
z: 0.06 // Distance above palm.
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
x: 0.03, // Distance across hand.
|
x: 0.01, // Distance across hand.
|
||||||
y: 0.08, // Distance from joint.
|
y: 0.08, // Distance from joint.
|
||||||
z: 0.06 // Distance above palm.
|
z: 0.06 // Distance above palm.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue