Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Nov 23, 2024
1 parent 6cdfde1 commit 2aa69ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/webgpu_compute_audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

// renderer

renderer = new THREE.WebGPURenderer( { antialias: true, forceWebGL: true } );
renderer = new THREE.WebGPURenderer( { antialias: true } );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.setAnimationLoop( render );
Expand Down
2 changes: 1 addition & 1 deletion examples/webgpu_compute_particles.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

//

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

0 comments on commit 2aa69ab

Please sign in to comment.