WUT_Computer_Science/config.ini
Jakub Poćwiardowski d9b8013d2e
Console for photon mapping in python (#5)
* PM Python can be loaded w params

* Update README.md
2025-01-19 14:26:03 +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