Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 396 Bytes

Basic Ray Tracer

This is my first attempt at a basic ray tracer.

##Build You will need Visual Studio 2013 to build this with the supplied solution files. This project depends on the GLM math library and FreeImage library. You will need to set up the project include directory to point to where you have GLM saved.