aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)