From dfea4a0f7cbadafb8e1eda62e96a2172c1123293 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Fri, 8 Jun 2018 11:50:52 -0700 Subject: [PATCH] fixing rotation --- scripts/system/libraries/WebTablet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/libraries/WebTablet.js b/scripts/system/libraries/WebTablet.js index 2245308134..5b6c7262ea 100644 --- a/scripts/system/libraries/WebTablet.js +++ b/scripts/system/libraries/WebTablet.js @@ -322,7 +322,7 @@ WebTablet.prototype.setLandscape = function(newLandscapeValue) { var tabletHeight = TABLET_NATURAL_DIMENSIONS.y * tabletScaleFactor; var screenWidth = 0.9275 * tabletWidth; var screenHeight = 0.8983 * tabletHeight; - var webLandScapeRotation = Quat.multiply(Quat.angleAxis(0.5, X_AXIS), Quat.angleAxis(-0.5, Y_AXIS)); + var webLandScapeRotation = Quat.multiply(Quat.angleAxis(0.2, X_AXIS), Quat.angleAxis(-0.5, Y_AXIS)); var webRegularRotation = Quat.angleAxis(0.5, X_AXIS); var webRotationOffset = this.landscape ? webLandScapeRotation : webRegularRotation; Overlays.editOverlay(this.webOverlayID, {