bow tweaks

This commit is contained in:
ericrius1 2016-01-13 14:44:42 -08:00
parent f02cc8fd46
commit cda6d6e4ea

View file

@ -349,16 +349,16 @@ MasterReset = function() {
invertSolidWhileHeld: true,
spatialKey: {
rightRelativePosition: {
x: -0.03,
y: 0,
x: 0.03,
y: 0.08,
z: 0.11
},
leftRelativePosition: {
x: 0.03,
y: 0,
x: -0.03,
y: 0.08,
z: 0.11
},
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, 90)
relativeRotation: Quat.fromPitchYawRollDegrees(180, 90, 90)
}
}
})