From 8c5fb58934e98f4961bdcd7aef87fe006e2c7022 Mon Sep 17 00:00:00 2001 From: shaneharris Date: Fri, 19 May 2017 19:52:14 +0100 Subject: [PATCH] removed rotation of mesh --- .idea/workspace.xml | 40 ++++++++++++++++++++-------------------- vnc_lite_vr.html | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0bf0396a..dc476491 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -30,11 +30,11 @@ - + - - + + @@ -44,7 +44,7 @@ - + @@ -89,8 +89,8 @@ @@ -229,12 +229,12 @@ \ No newline at end of file diff --git a/vnc_lite_vr.html b/vnc_lite_vr.html index 97578833..8414ff96 100644 --- a/vnc_lite_vr.html +++ b/vnc_lite_vr.html @@ -441,7 +441,7 @@ }); function animate() { - mesh.rotation.y += 0.0005; + //mesh.rotation.y += 0.0005; if(document.body.className == 'is_running'){ texture.needsUpdate = true; }