mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Merge pull request #13628 from r3tk0n/16726-Vive-Blackboxes
16726 - Remove Black Boxes ( HMD.requestShowHandControllers() )
This commit is contained in:
commit
2163bf1ef0
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,8 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
|
||||||
dimensions: viveNaturalDimensions,
|
dimensions: viveNaturalDimensions,
|
||||||
|
|
||||||
parts: {
|
parts: {
|
||||||
|
// DISABLED FOR NOW
|
||||||
|
/*
|
||||||
tips: {
|
tips: {
|
||||||
type: "static",
|
type: "static",
|
||||||
modelURL: viveTipsModelURL,
|
modelURL: viveTipsModelURL,
|
||||||
|
@ -103,6 +105,7 @@ VIVE_CONTROLLER_CONFIGURATION_LEFT = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
// The touchpad type draws a dot indicating the current touch/thumb position
|
// The touchpad type draws a dot indicating the current touch/thumb position
|
||||||
// and swaps in textures based on the thumb position.
|
// and swaps in textures based on the thumb position.
|
||||||
|
@ -215,6 +218,8 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = {
|
||||||
},
|
},
|
||||||
|
|
||||||
parts: {
|
parts: {
|
||||||
|
// DISABLED FOR NOW
|
||||||
|
/*
|
||||||
tips: {
|
tips: {
|
||||||
type: "static",
|
type: "static",
|
||||||
modelURL: viveTipsModelURL,
|
modelURL: viveTipsModelURL,
|
||||||
|
@ -242,6 +247,7 @@ VIVE_CONTROLLER_CONFIGURATION_RIGHT = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
// The touchpad type draws a dot indicating the current touch/thumb position
|
// The touchpad type draws a dot indicating the current touch/thumb position
|
||||||
// and swaps in textures based on the thumb position.
|
// and swaps in textures based on the thumb position.
|
||||||
|
|
Loading…
Reference in a new issue