C++ Raytracer Wrote my first Raytracer using c++. Program reads a scene description file (.txt) and outputs a .ppm file. Used an online PPM reader to read the file.