In week 11 we learned about the OBJ file format for representing 3D models and wrote some Python code to load models in the OBJ format into a representation useful for our ray-tracing engine. The 3D model file that we used on week 11 can be found here (torus) and here (monkey). The code for week 11 can be found in this Google colab notebook.Â