SRay is a simple raytracing application based on Ray Tracing in One Weekend book. All code use new C++ 11/14 drafts for memory management with smart pointers.
It implements the following features:
- Sphere Geometric object
- Lambertian Material
- Dieletric Material
- Metal Material
- A movable Camera
- Camera Focus adjustment