Skip to content

Commit

Permalink
Examples: Clean up. (#30331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Jan 15, 2025
1 parent d293a0f commit 2a1d7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_postprocessing_traa.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

function init() {

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

0 comments on commit 2a1d7df

Please sign in to comment.