raytracer/src
dvdrw 3827be61ac
feat: impl random sampling instead of point light algorithm
Random sampling is available when building with `-DRANDOM_SAMPLING', or with
`make randsampl'.

The sample counts are rather low, so the output is both slow and noisy, which is
why it's disabled by default.
2023-12-03 21:20:49 +01:00
..
buffer.cpp init: create git repo 2022-12-17 18:29:17 +01:00
main.cpp init: create git repo 2022-12-17 18:29:17 +01:00
objects.cpp init: create git repo 2022-12-17 18:29:17 +01:00
raytrace.cpp feat: impl random sampling instead of point light algorithm 2023-12-03 21:20:49 +01:00