From 70783fe278866028d746eba3cba7c672f211bc4f Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 17 May 2024 01:12:09 -0400 Subject: [PATCH] Adjust the position of the "REC" in HMD. Adjust the position of the "REC" in HMD. --- applications/record/record.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/applications/record/record.js b/applications/record/record.js index 23515c4..a054a8f 100644 --- a/applications/record/record.js +++ b/applications/record/record.js @@ -60,10 +60,10 @@ hmdOverlay = Entities.addEntity({ "type": "Text", "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, "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 }, "textAlpha": 0.9, "lineHeight": HMD_FONT_SIZE, @@ -71,7 +71,8 @@ "ignorePickIntersection": true, "billboardMode": "full", "renderLayer": "front", - "visible": true + "visible": true, + "unlit": true }, "local"); } else { // 2D overlay on desktop.