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
Project developed as an assignment for my COMP 371 (Introduction to Computer Graphics) course at Concordia. It is a Raytracer that renders images with local or global illumination based on input provided from a JSON file. It contains features such as anti-aliasing, area-lights, point lights, occlusion, soft shadows, ...