瀏覽代碼

Merge branch 'iteration-roll-call' into jenkins

lex 1 年之前
父節點
當前提交
9ace3dd4c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/roll-call/index.html

+ 1 - 1
public/roll-call/index.html

@@ -185,7 +185,7 @@
     controls.maxDistance = 6000;
     controls.addEventListener('change', render);
     // 初始化
-    transform(targets.table, 300);
+    transform(targets.table, 500);
     window.addEventListener('resize', onWindowResize, false);
     cpx = camera.position.x;
     cpy = camera.position.y;