This repository contains a set of folders used for the raytracing course at the UNF Computer Science Camp 2023.
Each folder contains a completed version of the code as well as a stubbed version for educational purposes.
A set of functions used for solving linear algebra problems relevant to raytracing
A basic raytracer with no light, shadows etc.
A basic raytracer with basic lights and shadows.
A basic raytracer with the Phong lighting model.
A basic raytracer that also implements surface reflection.