mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:55:41 +02:00
Updating image path in script for HMD
This commit is contained in:
parent
700d828b67
commit
74c654690f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var OVERLAY_DATA_HMD = {
|
||||||
localRotation: {x: 0, y: 0, z: 0, w: 1},
|
localRotation: {x: 0, y: 0, z: 0, w: 1},
|
||||||
width: OVERLAY_WIDTH,
|
width: OVERLAY_WIDTH,
|
||||||
height: OVERLAY_HEIGHT,
|
height: OVERLAY_HEIGHT,
|
||||||
imageURL: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
|
url: Script.resolvePath("assets/images/Overlay-Viz-blank.png"),
|
||||||
color: {red: 255, green: 255, blue: 255},
|
color: {red: 255, green: 255, blue: 255},
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
scale: 2 * MyAvatar.sensorToWorldScale,
|
scale: 2 * MyAvatar.sensorToWorldScale,
|
||||||
|
|
Loading…
Reference in a new issue