Gregg Tavares 6 năm trước cách đây
mục cha
commit
b692fbb8bb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      threejs/threejs-cleanup-loaded-files.html

+ 2 - 2
threejs/threejs-cleanup-loaded-files.html

@@ -182,12 +182,12 @@ function main() {
         // set the camera to frame the box
         frameArea(boxSize * 1.1, boxSize, boxCenter, camera);
 
-        await waitSeconds(0);
+        await waitSeconds(2);
         renderer.render(scene, camera);
 
         resMgr.dispose();
 
-        await waitSeconds(0);
+        await waitSeconds(1);
 
       }
     }