Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 406 Bytes

Simple Ray Tracer

A simple ray tracer written in C++ that can render spherical objects with diffuse and metal materials.

It was made by following the book on Ray Tracing in One Weekend.

The ray tracer uses a small library written by me to render images into uncompressed .bmp files.

out