Basic ray tracer implemented in Python as part of a Computer Graphics assignment. The ray tracer simulates light interactions by casting rays from a virtual camera into a 3D scene, determining ...