Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 444 Bytes

Radiosity

A trivial implementation of radiosity method based on hemicube.

Based on Huge Elias's method.

Compilation

g++ -O2 -Wall -fopenmp -g .\radiosity.cpp -o .\radiosity.exe

Results

Cornell Box with $862$ patches and $256 \times 256$ hemicube resolution.