mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
* feat: load exr map * feat: scale and flip the hdr map * feat: added camera * feat: add simple slow but working photonmapping * feat: added cpp version of photonmapping * chore: extracted vector class to separate file * chore: split classes into separate files * chore: removed constant parameters from main * feat: added statistics to main cpp * feat: added statistic for time of execution
1 line
34 B
Bash
Executable File
1 line
34 B
Bash
Executable File
g++ -O2 main.cpp -o photon_mapping |