Browse Source

Protect CPU

master
Pete Shadbolt 6 years ago
parent
commit
f1684ca30d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/scripts/gui.js

+ 1
- 1
static/scripts/gui.js View File

@@ -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;
};



Loading…
Cancel
Save