From f1684ca30d32e07790a40295c3d0316cd196c910 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 16 Oct 2017 21:38:34 -0700 Subject: [PATCH] Protect CPU --- static/scripts/gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/gui.js b/static/scripts/gui.js index 247646d..dbe5edb 100644 --- a/static/scripts/gui.js +++ b/static/scripts/gui.js @@ -18,7 +18,7 @@ gui.prepare = function() { gui.controls.rotateSpeed = 0.2; gui.controls.userPanSpeed = 0.1; gui.camera.position.set(0, 0, 10); - gui.controls.autoRotate = true; + gui.controls.autoRotate = false; gui.controls.autoRotateSpeed = 0.1; };