Gregg Tavares 6 gadi atpakaļ
vecāks
revīzija
b692fbb8bb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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);
 
       }
     }