mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:37:14 +02:00
bow tweaks
This commit is contained in:
parent
f02cc8fd46
commit
cda6d6e4ea
1 changed files with 5 additions and 5 deletions
|
@ -349,16 +349,16 @@ MasterReset = function() {
|
||||||
invertSolidWhileHeld: true,
|
invertSolidWhileHeld: true,
|
||||||
spatialKey: {
|
spatialKey: {
|
||||||
rightRelativePosition: {
|
rightRelativePosition: {
|
||||||
x: -0.03,
|
x: 0.03,
|
||||||
y: 0,
|
y: 0.08,
|
||||||
z: 0.11
|
z: 0.11
|
||||||
},
|
},
|
||||||
leftRelativePosition: {
|
leftRelativePosition: {
|
||||||
x: 0.03,
|
x: -0.03,
|
||||||
y: 0,
|
y: 0.08,
|
||||||
z: 0.11
|
z: 0.11
|
||||||
},
|
},
|
||||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, 90)
|
relativeRotation: Quat.fromPitchYawRollDegrees(180, 90, 90)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue