mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
* 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
14 lines
274 B
INI
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 |