aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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