aboutsummaryrefslogtreecommitdiffstats
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
parent538cd2ead781931b89a2bb6c72cf26108f5b741f (diff)
downloadleela-9087362822ef3462743f2c8c6e464cbdffb1a0a2.tar.gz
leela-9087362822ef3462743f2c8c6e464cbdffb1a0a2.zip
Add example image
-rw-r--r--README.md4
-rw-r--r--docs/lambertian.jpgbin0 -> 17914 bytes
2 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)
diff --git a/docs/lambertian.jpg b/docs/lambertian.jpg
new file mode 100644
index 0000000..40392df
--- /dev/null
+++ b/docs/lambertian.jpg
Binary files differ