mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
tweaked gun position in hand
This commit is contained in:
parent
d202ccb29c
commit
224dea45e2
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ MasterReset = function() {
|
||||||
relativePosition: {
|
relativePosition: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
z: 0
|
z: -.2
|
||||||
},
|
},
|
||||||
relativeRotation: Quat.fromPitchYawRollDegrees(45, 90, 0)
|
relativeRotation: Quat.fromPitchYawRollDegrees(45, 90, 0)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue