Gregg Tavares 6 years ago
parent
commit
b692fbb8bb
1 changed files with 2 additions and 2 deletions
  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);
 
       }
     }