Skip to content

Commit

Permalink
Examples: Removing antialias for webgpu_backdrop_water (#30206)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored Dec 26, 2024
1 parent 34c428c commit 9b3ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_backdrop_water.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

// renderer

renderer = new THREE.WebGPURenderer( { antialias: true } );
renderer = new THREE.WebGPURenderer();
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.setAnimationLoop( animate );
Expand Down

0 comments on commit 9b3ef7c

Please sign in to comment.