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
Write a ray-tracing algorithm that performs direct illumination of spheres. This code will take two text files as input, describing a (a) list of spheres and a (b) list of lights. The code will output the ray-traced image as a Targa file (source code is provided to save this file format). Parallelize the code using the C++ std::thread library.