diff --git a/examples/screenshots/webgpu_particles.jpg b/examples/screenshots/webgpu_particles.jpg index 2784c53adc49ee..bfe99e946c389f 100644 Binary files a/examples/screenshots/webgpu_particles.jpg and b/examples/screenshots/webgpu_particles.jpg differ diff --git a/examples/webgpu_particles.html b/examples/webgpu_particles.html index b8a3df65f76101..53ac92bbecefa6 100644 --- a/examples/webgpu_particles.html +++ b/examples/webgpu_particles.html @@ -122,7 +122,6 @@ // const helper = new THREE.GridHelper( 3000, 40, 0x303030, 0x303030 ); - helper.material.colorNode = attribute( 'color' ); helper.position.y = - 75; scene.add( helper );