Camera
The Images
No extras image:

Supersampled image (4x supersampling):

Discussion
Supersampling was accomplished by creating an image that was
The vector classes from cgkit have been used throughout the code.
The Code
- raytracer.py
- The ray tracing application that iterates through the pixels. Also contains classes to model the scene and output.
- primitives.py
- The primitives (shapes, lights, ray, colors).
- shaders.py
- The shaders