mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 05:22:14 +02:00
Adjust the position of the "REC" in HMD.
Adjust the position of the "REC" in HMD.
This commit is contained in:
parent
9b8b0aa5c7
commit
70783fe278
1 changed files with 4 additions and 3 deletions
|
@ -60,10 +60,10 @@
|
||||||
hmdOverlay = Entities.addEntity({
|
hmdOverlay = Entities.addEntity({
|
||||||
"type": "Text",
|
"type": "Text",
|
||||||
"text": recordingText,
|
"text": recordingText,
|
||||||
"dimensions": { "x": 3 * HMD_FONT_SIZE, "y": HMD_FONT_SIZE },
|
"dimensions": { "x": 4 * HMD_FONT_SIZE, "y": 2 * HMD_FONT_SIZE },
|
||||||
"parentID": MyAvatar.sessionUUID,
|
"parentID": MyAvatar.sessionUUID,
|
||||||
"parentJointIndex": CAMERA_JOINT_INDEX,
|
"parentJointIndex": CAMERA_JOINT_INDEX,
|
||||||
"localPosition": { "x": 0.95, "y": 0.95, "z": -2.0 },
|
"localPosition": { "x": 0.35, "y": 0.25, "z": -0.9 },
|
||||||
"textColor": { "red": 255, "green": 0, "blue": 0 },
|
"textColor": { "red": 255, "green": 0, "blue": 0 },
|
||||||
"textAlpha": 0.9,
|
"textAlpha": 0.9,
|
||||||
"lineHeight": HMD_FONT_SIZE,
|
"lineHeight": HMD_FONT_SIZE,
|
||||||
|
@ -71,7 +71,8 @@
|
||||||
"ignorePickIntersection": true,
|
"ignorePickIntersection": true,
|
||||||
"billboardMode": "full",
|
"billboardMode": "full",
|
||||||
"renderLayer": "front",
|
"renderLayer": "front",
|
||||||
"visible": true
|
"visible": true,
|
||||||
|
"unlit": true
|
||||||
}, "local");
|
}, "local");
|
||||||
} else {
|
} else {
|
||||||
// 2D overlay on desktop.
|
// 2D overlay on desktop.
|
||||||
|
|
Loading…
Reference in a new issue