diff options
-rw-r--r-- | readme.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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) |