Early test images

Created 2014-09-12T04:01:42.968Z, last edited 2018-07-31T04:37:40.765Z

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

Sub-pages

Pages in this category