Implement radiosity by WebGL.
Use a hemicube algorithm for radiosity rendering in WebGL.
You need install yarn or nodejs with npm firstly.
yarn global add live-server
# or
# npm install live-server -g
yarn dev
- Babylon
- https://github.com/jsarabia/Radiosity-WebGL
- [WIP] Radiosity solver for baking global illumination on static geometry #6793
- tell when complete
- download jpg/png
- mouse drag
Simple light
If you uncomment lines 34-36, you will get this.