aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index a848634..a1f8972 100644
--- a/readme.md
+++ b/readme.md
@@ -3,8 +3,14 @@
Trying to write a raytracer from scratch.
It's my first time playing with 2d and 3d image generation.
-**Not done jet**
+Image generation is done using pgm.
-Here are some of the latest pictures generated.
+Can only render planes and circles, but does global and environmental lighting.
-![Test picture](/raytrace/plain/test.png?h=image)
+Probably switching to c++ and pathtracing instead.
+
+Below is a image generated.
+Two links have been added to accommodate cgit and github hosting.
+
+![Github link](image/test.png)
+![Cgit link](/raytrace/plain/test.png?h=image)