Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 481 Bytes

SRay

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.

Image processed with 100 samples

It implements the following features:

  • Sphere Geometric object
  • Lambertian Material
  • Dieletric Material
  • Metal Material
  • A movable Camera
  • Camera Focus adjustment