mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:23:07 +02:00
git-subtree-dir: Programming/TRAK git-subtree-mainline:e11d703c3egit-subtree-split:777937fb9e
16 lines
253 B
INI
16 lines
253 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
|
|
samples_per_pixel = 6
|
|
|
|
[photon_mapping]
|
|
num_photons = 10000
|
|
max_depth = 5
|
|
gather_radius = 0.5 |