Path Tracer With Explicit Lighting and Stratified Random Sampling on the Cornell Box
Joshua Andersen
CS6650 Fall 2002

Different sampling sizes per pixel (all with 6 bounces)

1 sample per pixel

4 samples per pixel

16 samples per pixel

64 samples per pixel

256 samples per pixel

1024 samples per pixel


No matter how many bounces or samples I use I still had some white speckles and a solid black portion of the small box.
I assume this has to do with my bounce method that I will hopefully fix.

Added a ambient component 256 samples


* Special thanks to Keith for help on this project.