Antialiasing

In this project we add antialiasing support to our ray tracers. Implement adaptive antialiasing with multiple samples per pixel.

Result

Image with antialiasing and ray differentials

  1. 64 max sample count, variance threshold 0.05. Render Time: 0.04s

  2. 32 max sample count. Render Time: 0.03s

Image without ray differentials

64 max sample count. Render Time: 0.03s

Image without antialiasing

Render Time: less than 1s

Hardware

i7-9700K