mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
alpha to max value of detecting transparency
This commit is contained in:
parent
4cbe8cd4d1
commit
b6ebdb5315
1 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,8 @@
|
|||
localPosition: micBarLocalPosition,
|
||||
localRotation: Quat.cancelOutRollAndPitch(Quat.lookAtSimple(Camera.orientation, micBarLocalPosition)),
|
||||
sourceUrl: Script.resourcesPath() + "qml/hifi/audio/MicBarApplication.qml",
|
||||
alpha: 0.9,
|
||||
// cutoff alpha for detecting transparency
|
||||
alpha: 0.98,
|
||||
dimensions: micBarDimensions,
|
||||
userData: {
|
||||
grabbable: false
|
||||
|
@ -43,7 +44,8 @@
|
|||
localPosition: bubbleIconLocalPosition,
|
||||
localRotation: Quat.cancelOutRollAndPitch(Quat.lookAtSimple(Camera.orientation, bubbleIconLocalPosition)),
|
||||
sourceUrl: Script.resourcesPath() + "qml/BubbleIcon.qml",
|
||||
alpha: 0.9,
|
||||
// cutoff alpha for detecting transparency
|
||||
alpha: 0.98,
|
||||
dimensions: bubbleIconDimensions,
|
||||
userData: {
|
||||
grabbable: false
|
||||
|
|
Loading…
Reference in a new issue