Ray Tracer Simple path tracer. stb_image_write.h is used to output to png format. Only tested on OS X so far. g++ -std=c++11 -O3 -Wall -I include -o raytracer raytracer.cpp && ./raytracer