CPU Pathtracer
May 15, 2023·
·
1 min read

Ben Ahlbrand

I wrote a monte carlo path tracer based on ray tracing in a weekend series as a stress test for my vector / matrix math library in C++.
Here’s some raw output:

Here’s a basic non-local means denoiser I wrote

Then here’s the difference visualized:
