aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-29 19:09:49 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-29 19:09:49 +0100
commit9087362822ef3462743f2c8c6e464cbdffb1a0a2 (patch)
tree04afa9ac07235d5027a623605d08f056d1028faf /README.md
parent538cd2ead781931b89a2bb6c72cf26108f5b741f (diff)
downloadleela-9087362822ef3462743f2c8c6e464cbdffb1a0a2.tar.gz
leela-9087362822ef3462743f2c8c6e464cbdffb1a0a2.zip
Add example image
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d7c044..c356973 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Leela
-Leela is a tiny rust ray tracer based on [Ray Tracing in One Weekend](https://raytracing.github.io/).
+Leela is a tiny rust ray tracer based on [Ray Tracing in One Weekend](https://raytracing.github.io/) by Peter Shirley.
It currently supports spheres with various materials and a simple static camera.
+
+![Lambertian sphere](/docs/lambertian.jpg)