Path tracer
Features
- BVH acceleration
- OBJ triangle mesh loading
- Depth of field
- Texture mapping
- Antialiasing
- Primitives
- Sphere
- Triangle
- Ground
- Materials
- Lambertian
- Metal
- Diffuse light
Installation
rake install
Credits
- Ray tracing book series by Peter Shirley [Book]
- Ray tracing from ground up [Book]