mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 08:54:01 +02:00
Adding alpha to entities to enable transparency
This commit is contained in:
parent
ee1a14505a
commit
4cbe8cd4d1
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
localPosition: micBarLocalPosition,
|
||||
localRotation: Quat.cancelOutRollAndPitch(Quat.lookAtSimple(Camera.orientation, micBarLocalPosition)),
|
||||
sourceUrl: Script.resourcesPath() + "qml/hifi/audio/MicBarApplication.qml",
|
||||
alpha: 0.9,
|
||||
dimensions: micBarDimensions,
|
||||
userData: {
|
||||
grabbable: false
|
||||
|
@ -42,6 +43,7 @@
|
|||
localPosition: bubbleIconLocalPosition,
|
||||
localRotation: Quat.cancelOutRollAndPitch(Quat.lookAtSimple(Camera.orientation, bubbleIconLocalPosition)),
|
||||
sourceUrl: Script.resourcesPath() + "qml/BubbleIcon.qml",
|
||||
alpha: 0.9,
|
||||
dimensions: bubbleIconDimensions,
|
||||
userData: {
|
||||
grabbable: false
|
||||
|
|
Loading…
Reference in a new issue