From 617e927695bab6bf91adb4522f19768f8e5fd7fc Mon Sep 17 00:00:00 2001 From: Patrick Manalich Date: Tue, 27 Jun 2017 17:13:39 -0700 Subject: [PATCH] rotation changed to localRotation --- scripts/system/spectatorCamera.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/spectatorCamera.js b/scripts/system/spectatorCamera.js index 5ea9ab3fae..685df66ba2 100644 --- a/scripts/system/spectatorCamera.js +++ b/scripts/system/spectatorCamera.js @@ -132,7 +132,7 @@ emissive: true, parentID: camera, alpha: 1, - rotation: cameraRotation, + localRotation: { x: 0, y: 0, z: 0 }, localPosition: { x: 0.007, y: 0.15, z: -0.005 }, dimensions: viewFinderOverlayDim }); @@ -322,7 +322,7 @@ emissive: true, parentID: camera, alpha: 1, - rotation: cameraRotation, + localRotation: { x: 0, y: 0, z: 0 }, localPosition: { x: 0.007, y: 0.15, z: -0.005 }, dimensions: viewFinderOverlayDim });