ElisaLegnani / PhotorealisticRendering

A simple raytracer for generating photorealistic images written in C++
https://elisalegnani.github.io/PhotorealisticRendering/
GNU General Public License v3.0
3 stars 0 forks source link

Implement antialiasing #18

Closed ElisaLegnani closed 3 years ago

ElisaLegnani commented 3 years ago

Implement the ability to run antialiasing while generating an image, by adding the possibility to change the number of rays per pixel.