C++ raytracer that supports planes, spheres and cylinders and reflections.
Implemented to learn more about C++ and the STL. Used Donnie Pinkston's CS11 Advanced C++ lectures and assignments.
- Recent GCC version that supports C++11
- Unix-like OS
- Google Test (for optional unit tests)
- make
- ./rt 1000 -f bars.txt | pnmtopng > bars.png