A simple C++ based Raytracer with no dependencies
RayTracing: In 3D computer graphics, ray tracing is a technique for modeling light transport for use in a wide variety of rendering algorithms for generating digital images.
glass sphere with Reflection and Refraction
Diffuse materials
g++ main.cpp
./a.out > image.ppm

