Disabled tip boxes for Vive controllers, as per experience team request.

This commit is contained in:
r3tk0n 2018-07-18 09:50:59 -07:00
parent 07a7bbbcf6
commit f7b49598b5

View file

@ -77,7 +77,8 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
dimensions: viveNaturalDimensions,
parts: {
tips: {
// DISABLED FOR NOW
/*tips: {
type: "static",
modelURL: viveTipsModelURL,
naturalPosition: {"x":-0.004377640783786774,"y":-0.034371938556432724,"z":0.06769277155399323},
@ -102,7 +103,7 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
defaultTextureURL: TIP_TEXTURE_BASE_URL + "/Teleport.png"
}
}
},
},*/
// The touchpad type draws a dot indicating the current touch/thumb position
// and swaps in textures based on the thumb position.
@ -215,6 +216,8 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = {
},
parts: {
// DISABLED FOR NOW
/*
tips: {
type: "static",
modelURL: viveTipsModelURL,
@ -242,6 +245,7 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = {
}
}
},
*/
// The touchpad type draws a dot indicating the current touch/thumb position
// and swaps in textures based on the thumb position.