These are basic test images that just allow me to check that the ray tracer is outputting what it should.
These can all be built using some commands like:
git clone --recursive git@github.com:KayEss/AnimRay.git animray mkdir animray/build.tmp cd animray/build.tmp cmake .. make
You will find each example in the ./animray/scenes/early/
folder and they can be run from there, e.g.:
./animray/scenes/early/affine-transformations affine.tga 1920 1080