WUT_Computer_Science/code/photonmapping/cpp
kuhyx 21511cf816
parameters and statistics for c++ version of photonmapping (#7)
* 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
2025-01-19 17:54:56 +01:00
..
.gitignore parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00
compile.sh parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00
main.cpp parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00
Plane.h parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00
Sphere.h parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00
Vector3.h parameters and statistics for c++ version of photonmapping (#7) 2025-01-19 17:54:56 +01:00