Phong shading is a 3D lighting model and interpolation method used in OpenGL and other 3D APIs.
So, I read about raytracing on the net and started writing a Raytracer from scratch in my spare time. I'm …