From 05dc30a740270c176b51809b6d346415fd733710 Mon Sep 17 00:00:00 2001 From: danteruiz Date: Thu, 7 Mar 2019 10:48:47 -0800 Subject: [PATCH] more requested changes --- scripts/system/libraries/WebTablet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/libraries/WebTablet.js b/scripts/system/libraries/WebTablet.js index ceb7d8e77e..9d333a1ae4 100644 --- a/scripts/system/libraries/WebTablet.js +++ b/scripts/system/libraries/WebTablet.js @@ -179,7 +179,7 @@ WebTablet = function (url, width, dpi, hand, location, visible) { localRotation: Quat.fromVec3Degrees({ x: 180, y: 180, z: 0}), dimensions: { x: homeButtonDim, y: homeButtonDim, z: homeButtonDim }, solid: true, - alpha: 1.0, + alpha: 0.0, visible: visible, drawInFront: false, parentID: this.tabletEntityID, @@ -189,7 +189,7 @@ WebTablet = function (url, width, dpi, hand, location, visible) { this.homeButtonHighlightID = Overlays.addOverlay("circle3d", { name: "homeButtonHighlight", localPosition: { x: -HOME_BUTTON_X_OFFSET, y: HOME_BUTTON_Y_OFFSET, z: -HOME_BUTTON_Z_OFFSET }, - localRotation: { x: 0, y: -1, z: 0, w: 0}, + localRotation: Quat.fromVec3Degrees({ x: 180, y: 180, z: 0}), dimensions: { x: homeButtonDim, y: homeButtonDim, z: homeButtonDim }, color: {red: 255, green: 255, blue: 255}, solid: true,