Explorar el Código

Protect CPU

master
Pete Shadbolt hace 6 años
padre
commit
f1684ca30d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/scripts/gui.js

+ 1
- 1
static/scripts/gui.js Ver fichero

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



Cargando…
Cancelar
Guardar