ping pong and gun tweaks

This commit is contained in:
ericrius1 2016-01-13 15:30:12 -08:00
parent cda6d6e4ea
commit 5a9d533e70
2 changed files with 22 additions and 12 deletions

View file

@ -301,15 +301,15 @@
spatialKey: {
rightRelativePosition: {
x: 0.03,
y: 0,
y: 0.0,
z: -0.085
},
leftRelativePosition: {
x: -0.03,
y: 0,
y: 0.00,
z: -0.085
},
relativeRotation: Quat.fromPitchYawRollDegrees(100, 90, 0)
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
},
invertSolidWhileHeld: true
},
@ -1160,9 +1160,14 @@
},
grabbableKey: {
spatialKey: {
relativePosition: {
x: 0.01,
y: 0,
rightRelativePosition: {
x: -0.05,
y: .06,
z: 0.1
},
leftRelativePosition: {
x: 0.05,
y: 0.06,
z: 0.1
},
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90)

View file

@ -286,15 +286,15 @@ MasterReset = function() {
spatialKey: {
rightRelativePosition: {
x: 0.03,
y: 0,
y: 0.0,
z: -0.085
},
leftRelativePosition: {
x: -0.03,
y: 0,
y: 0.00,
z: -0.085
},
relativeRotation: Quat.fromPitchYawRollDegrees(100, 90, 0)
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
},
invertSolidWhileHeld: true
},
@ -1146,9 +1146,14 @@ MasterReset = function() {
},
grabbableKey: {
spatialKey: {
relativePosition: {
x: 0.01,
y: 0,
rightRelativePosition: {
x: -0.05,
y: .06,
z: 0.1
},
leftRelativePosition: {
x: 0.05,
y: 0.06,
z: 0.1
},
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90)