A tiny path tracer to evaluate ray intersection structures and algortithms.
This repository serves as a sandbox to evaluate ray-triangle intersection algorithms and acceleration data structure for ray-scene intersections.
- JSON scene parsing
- k-d tree acceleration structure
- Möller-Trumbore ray-triangle intersection algorithm