Merge pull request #13628 from r3tk0n/16726-Vive-Blackboxes

16726 - Remove Black Boxes ( HMD.requestShowHandControllers() )
This commit is contained in:
Qliemillar 2018-07-19 12:34:38 -06:00 committed by GitHub
commit 2163bf1ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,8 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
dimensions: viveNaturalDimensions,
parts: {
// DISABLED FOR NOW
/*
tips: {
type: "static",
modelURL: viveTipsModelURL,
@ -103,6 +105,7 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
}
}
},
*/
// The touchpad type draws a dot indicating the current touch/thumb position
// and swaps in textures based on the thumb position.
@ -215,6 +218,8 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = {
},
parts: {
// DISABLED FOR NOW
/*
tips: {
type: "static",
modelURL: viveTipsModelURL,
@ -242,6 +247,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.