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

View file

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