From c15ae1be9d39616bc172765b178c713874e5cc47 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 25 Jul 2020 00:18:30 +0200 Subject: nicer readme --- readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'readme.md') 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) -- cgit v1.2.3