WUT_Computer_Science/code/config.ini
Jakub Poćwiardowski 5212d78a73
arg parsing, minor name changes and fixes (#2)
* arg parsing, minor name changes and fixes

* reqs returned, scene and env added as args to rendering (not doing anything yet)

* added folders for scenes and envs

* added folders for scenes and envs (now they actually appear on GH after adding readmes)

* added varying spheres amount
2024-12-28 16:57:27 +01:00

11 lines
240 B
INI

[DEFAULT]
algorithm = ray_tracing
scene = scenes/scene.obj
environment_map = environments/map.hdr
resolution = 400x300
[ray_tracing]
max_depth = 5 ; Params for ray tracing
[photon_mapping]
photon_count = 100000 ; Params for photon mapping