← index

Clustered Lighting

Forward+ light culling: the screen is split into tiles, a compute pass tests all 320 moving lights against each tile and records only the ones that touch it, then the shading pass walks just that short per-tile list. The froxel grid is drawn over the lit scene as a heatmap of lights-per-tile, so you can watch the culling structure shift as the lights drift.

interactive