Instructions for building:
First, clone the repo
git clone url
Next, navigate inside the repo:
cd Stanford_Raytracer
Next, run the following line to update the damping submodule:
git submodule init
git submodule update
The damping submodule also has submodules.. run:
cd damping
git submodule init
git submodule update
Finally, build:
cd ..
make
That's it! Reach out if something breaks...