소스 검색

Protect CPU

master
Pete Shadbolt 6 년 전
부모
커밋
f1684ca30d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      static/scripts/gui.js

+ 1
- 1
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;
};



불러오는 중...
취소
저장