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
This is a path tracer I built for COS 526, a graduate level course on graphics. It handles caustics, reflections, refractions, and general indirect lighting. You can see the source-code on GitHub.
Most code written by me is in src/render.cpp
About
Caustics, reflections, refractions, and indirect lighting oh my!