WUT_Computer_Science/config.ini
Jakub Poćwiardowski b74883b796
New parsing (#4)
* works for cornell now, will be extended to import others

* works for all scenes

* can load environments and blur them

* minor cleanup

* Example commands added to README.md
2025-01-18 17:31:27 +00:00

14 lines
274 B
INI

[DEFAULT]
algorithm = ray_tracing
scene = cornell_box
environment = lake.png
env_blur = 0
resolution = 400x300
output = output.png
[ray_tracing]
max_depth = 5 ; Params for ray tracing
samples_per_pixel = 6
[photon_mapping]
photon_count = 100000 ; Params for photon mapping