WUT_Computer_Science/Programming/TRAK/config.ini
2026-02-06 22:15:36 +01:00

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