/raytracer1weekend

Following along C++ implementation of Peter Shirley's "Ray Tracing in One Weekend"

Primary LanguageC++

raytracer1weekend

I'm working through Peter Shirley's Ray Tracing in One Weekend, and this is my C++ implementation as I follow along in his book. My plan is to also add unit tests as I go as I find spots to put them in.