You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic Raytracer implemented in C++. Uses Phong shading. Triangle interpolation using Barycentric coordinates. The Scene could be more efficiently checked and compiled and use more shadows to give smoother image. This was the second project for CS 184 Graphics at UC Berkeley. Done with partner Aaron David Beal.