We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webgpu_shadowmap
1 parent 8c56b13 commit 4198a47Copy full SHA for 4198a47
examples/webgpu_shadowmap.html
@@ -174,6 +174,7 @@
174
renderer.setPixelRatio( window.devicePixelRatio );
175
renderer.setSize( window.innerWidth, window.innerHeight );
176
renderer.setAnimationLoop( animate );
177
+ renderer.shadowMap.enabled = true;
178
renderer.toneMapping = THREE.ACESFilmicToneMapping;
179
document.body.appendChild( renderer.domElement );
180
0 commit comments