We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebbc3e commit ca28ca7Copy full SHA for ca28ca7
examples/webgpu_compute_particles.html
@@ -8,7 +8,7 @@
8
<body>
9
10
<div id="info">
11
- <a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> WebGPU - Compute - 1M Particles
+ <a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> WebGPU - Compute - 500k Particles
12
<div id="timestamps" style="
13
position: absolute;
14
top: 60px;
@@ -45,7 +45,7 @@
45
46
import { GUI } from 'three/addons/libs/lil-gui.module.min.js';
47
48
- const particleCount = 1000000;
+ const particleCount = 500000;
49
50
const gravity = uniform( - .0098 );
51
const bounce = uniform( .8 );
0 commit comments