Sfoglia il codice sorgente

Examples: Improve birds compute demo. (#33016)

Michael Herzog 1 settimana fa
parent
commit
a6cf7d5861
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/webgpu_compute_birds.html

+ 1 - 1
examples/webgpu_compute_birds.html

@@ -51,7 +51,7 @@
 			let pointer, raycaster;
 			let computeVelocity, computePosition, effectController;
 
-			const BIRDS = 16384;
+			const BIRDS = 8192;
 			const SPEED_LIMIT = 9.0;
 			const BOUNDS = 800, BOUNDS_HALF = BOUNDS / 2;
 

粤ICP备19079148号