/Simple_Ray_Tracer

A simple ray tracer made with C++

Primary LanguageC++

A Simple Ray Tracer in C++

Implementing and playing with the raytracer from Peter Shirley's book: Ray Tracing in One Weekend

Set up the scene in the main.cpp and get an PPM image as output

Things not implemented yet

  1. Shaped other than Spheres
  2. Light sources
  3. Biased Rays