Rudranil-Sarkar / Simple_Ray_Tracer

A simple ray tracer made with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple ray tracer made with C++


Languages

Language:C++ 99.2%Language:Shell 0.8%