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
- White sphere
- Five spheres with coloured lights
- Coloured matte surfaces
- Simple specular highlights
- Affine transformations
- Spheres
Pages in this category
- AnimRay — Images — Early test images — 2014-03-23 — White sphere
- AnimRay — Images — Early test images — 2014-07-28 — Five spheres with coloured lights
- AnimRay — Images — Early test images — 2014-08-24 — Coloured matte surfaces
- AnimRay — Images — Early test images — 2014-08-30 — Simple specular highlights
- AnimRay — Images — Early test images — 2014-08-31 — Affine transformations
- AnimRay — Images — Early test images — 2014-11-08 — Spheres — Coloured spheres
- AnimRay — Images — Early test images — 2014-11-08 — Spheres
© 2002-2025 Kirit & Tai Sælensminde. All forum posts are copyright their respective authors.
Licensed under a Creative Commons License. Non-commercial use is fine so long as you provide attribution.