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