further tweaks

This commit is contained in:
ericrius1 2016-01-13 15:51:22 -08:00
parent 5a9d533e70
commit 9a51a011c5
2 changed files with 8 additions and 8 deletions

View file

@ -302,12 +302,12 @@
rightRelativePosition: { rightRelativePosition: {
x: 0.03, x: 0.03,
y: 0.0, y: 0.0,
z: -0.085 z: -0.065
}, },
leftRelativePosition: { leftRelativePosition: {
x: -0.03, x: -0.03,
y: 0.00, y: 0.00,
z: -0.085 z: -0.065
}, },
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0) relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
}, },
@ -1163,12 +1163,12 @@
rightRelativePosition: { rightRelativePosition: {
x: -0.05, x: -0.05,
y: .06, y: .06,
z: 0.1 z: 0.05
}, },
leftRelativePosition: { leftRelativePosition: {
x: 0.05, x: 0.05,
y: 0.06, y: 0.06,
z: 0.1 z: 0.05
}, },
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90) relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90)
}, },

View file

@ -287,12 +287,12 @@ MasterReset = function() {
rightRelativePosition: { rightRelativePosition: {
x: 0.03, x: 0.03,
y: 0.0, y: 0.0,
z: -0.085 z: -0.065
}, },
leftRelativePosition: { leftRelativePosition: {
x: -0.03, x: -0.03,
y: 0.00, y: 0.00,
z: -0.085 z: -0.065
}, },
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0) relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
}, },
@ -1149,12 +1149,12 @@ MasterReset = function() {
rightRelativePosition: { rightRelativePosition: {
x: -0.05, x: -0.05,
y: .06, y: .06,
z: 0.1 z: 0.05
}, },
leftRelativePosition: { leftRelativePosition: {
x: 0.05, x: 0.05,
y: 0.06, y: 0.06,
z: 0.1 z: 0.05
}, },
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90) relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90)
}, },