WUT_Computer_Science/Programming/TRAK/config.ini

16 lines
253 B
INI
Raw Normal View History

[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