Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 352 Bytes

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