kirshanthans / raytracer

Ray Tracing in One Weekend Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracer

A rudimentary ray tracer implementation as in the book Ray Tracing in One Weekend

Improvement: Ray tracing triangles

To Run

make

./exec > image.ppm

Open image.ppm

The file image.ppm contains the rendered random scene with spheres and cubes. Cubes are constructed from triangles.

About

Ray Tracing in One Weekend Implementation


Languages

Language:C++ 99.6%Language:Makefile 0.4%