mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
tweak
This commit is contained in:
parent
c720c97e70
commit
125c32b8fc
1 changed files with 2 additions and 2 deletions
|
@ -161,9 +161,9 @@ MasterReset = function() {
|
||||||
relativePosition: {
|
relativePosition: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
z: -0.2
|
z: -0.1
|
||||||
},
|
},
|
||||||
relativeRotation: Quat.fromPitchYawRollDegrees(120, 90, 0)
|
relativeRotation: Quat.fromPitchYawRollDegrees(100, 90, 0)
|
||||||
},
|
},
|
||||||
invertSolidWhileHeld: true
|
invertSolidWhileHeld: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue