WebGPU Radiance Cascades

Overview

This is my implementation of the radiance cascades global illumination using WebGPU. This is not my creation, it was done purely to learn WebGPU and under the data structure that I've seen incredible demos on.

Tons of wonderful information is available online:
https://m4xc.dev/articles/fundamental-rc/
https://radiance-cascades.com
https://jason.today/rc

Demo Canvas above. This demo is not fully representative of the quality of radiance cascades. Of the many known issues (color banding, light leakage), fixes have been developed which I have not implemented here.

← Back to Home