Skip to content

Commit a1c1734

Browse files
authored
Cleanup examples. (#32634)
1 parent 96dbfa6 commit a1c1734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/webgpu_lights_tiled.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
// tile indexes debug, needs to be updated every time the renderer size changes
193193

194-
const debugBlockIndexes = lighting.getNode( scene, camera ).setSize( window.innerWidth * window.devicePixelRatio, window.innerHeight * window.devicePixelRatio ).getBlock().toColor().div( count * 2 );
194+
const debugBlockIndexes = lighting.getNode( scene ).setSize( window.innerWidth * window.devicePixelRatio, window.innerHeight * window.devicePixelRatio ).getBlock().toColor().div( count * 2 );
195195

196196
postProcessing.outputNode = compose.add( debugBlockIndexes.mul( tileInfluence ) );
197197
postProcessing.needsUpdate = true;

0 commit comments

Comments
 (0)