ソースを参照

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



読み込み中…
キャンセル
保存