We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e72872 commit 2ef9864Copy full SHA for 2ef9864
examples/webgpu_postprocessing_ssr.html
@@ -87,7 +87,7 @@
87
//
88
89
renderer = new THREE.WebGPURenderer();
90
- renderer.setPixelRatio( window.devicePixelRatio );
+ // renderer.setPixelRatio( window.devicePixelRatio );
91
renderer.setSize( window.innerWidth, window.innerHeight );
92
renderer.setAnimationLoop( animate );
93
renderer.toneMapping = THREE.ACESFilmicToneMapping;
0 commit comments