Skip to content

Commit 2ef9864

Browse files
committed
Examples: Disable devicePixelRatio in webgpu ssr.
1 parent 2e72872 commit 2ef9864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgpu_postprocessing_ssr.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//
8888

8989
renderer = new THREE.WebGPURenderer();
90-
renderer.setPixelRatio( window.devicePixelRatio );
90+
// renderer.setPixelRatio( window.devicePixelRatio );
9191
renderer.setSize( window.innerWidth, window.innerHeight );
9292
renderer.setAnimationLoop( animate );
9393
renderer.toneMapping = THREE.ACESFilmicToneMapping;

0 commit comments

Comments
 (0)