ziotom78 / pytracer

A simple raytracer in pure Python
MIT License
9 stars 4 forks source link

Implement antialiasing #13

Closed ziotom78 closed 3 years ago

ziotom78 commented 3 years ago

Implement the ability to run antialiasing while generating an image. The user can tune the number of rays per pixel using the switch --samples-per-pixel.