Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 439 Bytes

File metadata and controls

12 lines (9 loc) · 439 Bytes

Raytracer in C++

Path tracer in C++. image

Setup

  1. Build main.cpp
  2. Windows: run with ./main.exe > image.ppm 2.5 Make sure UTF-8 encoded image.ppm; open with notepad and check encoding.
  3. open with ppm viewer (i used irfanViewer)

Followed RaytracingInOneWeekend as a guide.