mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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,
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue