Bare-bones C++ ray tracer.
- Ray Tracing in One Weekend by Peter Shirley
- The fantastic
GLM
andlibPNG
libraries - The Möller–Trumbore intersection algorithm on Wikipedia for triangle intersection
- Physically Based Rendering by Matt Pharr, Wenzel Jakob, and Greg Humphreys