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
CPU-based raytracer built in C++ for Graphics Programming 1 (Howest DAE, 2023). Implements ray–object intersections, shading, reflections, and Physically Based Rendering (PBR) to simulate realistic lighting — the foundation for later rasterization and GPU rendering projects.