mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:23:15 +02:00
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
|