Skip to content

Commit

Permalink
show grid
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Nov 2, 2023
1 parent 5653b61 commit 196053e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified examples/screenshots/webgpu_particles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion examples/webgpu_particles.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 196053e

Please sign in to comment.