Remove annotation data from vive controller config

This commit is contained in:
Ryan Huffman 2016-09-21 10:11:31 -07:00
parent e9fb11b5f9
commit a758942403

View file

@ -155,69 +155,6 @@ VIVE_CONTROLLER_CONFIGURATION = {
naturalPosition: {"x":0,"y":0.005480996798723936,"z":0.019918499514460564}
},
},
annotationTextRotation: Quat.fromPitchYawRollDegrees(45, -90, 0),
annotations: {
left: {
textOffset: { x: -0.035, y: 0.004, z: -0.005 },
position: {
x: 0,
y: 0.00378,
z: 0.04920
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
right: {
textOffset: { x: 0.023, y: 0.004, z: -0.005 },
position: {
x: 0,
y: 0.00378,
z: 0.04920
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
trigger: {
position: {
x: 0.0055,
y: -0.032978,
z: 0.04546
},
lineHeight: 0.013,
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
menu: {
position: {
x: 0,
y: 0.00770,
z: 0.01979
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
grip: {
position: {
x: 0.01980,
y: -0.01561,
z: 0.08721
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
steam: {
position: {
x: 0,
y: 0.00303,
z: 0.08838
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
},
},
@ -336,79 +273,6 @@ VIVE_CONTROLLER_CONFIGURATION = {
naturalPosition: {"x":0,"y":0.005480996798723936,"z":0.019918499514460564}
},
},
annotationTextRotation: Quat.fromPitchYawRollDegrees(180 + 45, 90, 180),
annotations: {
left: {
textOffset: { x: -0.035, y: 0.004, z: -0.005 },
position: {
x: 0,
y: 0.00378,
z: 0.04920
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
right: {
textOffset: { x: 0.023, y: 0.004, z: -0.005 },
position: {
x: 0,
y: 0.00378,
z: 0.04920
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
trigger: {
position: {
x: -0.075,
y: -0.032978,
z: 0.04546
},
lineHeight: 0.013,
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
menu: {
position: {
x: 0,
y: 0.00770,
z: 0.01979
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
grip: {
position: {
x: 0.01980,
y: -0.01561,
z: 0.08721
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
teleport: {
textOffset: { x: -0.015, y: 0.004, z: -0.005 },
position: {
x: 0,
y: 0.00378,
z: 0.04920
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
steam: {
position: {
x: 0,
y: 0.00303,
z: 0.08838
},
direction: "left",
color: { red: 255, green: 100, blue: 100 },
},
}
}
]
}