diff options
author | Julian T <julian@jtle.dk> | 2020-07-25 00:18:30 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-07-25 00:18:30 +0200 |
commit | c15ae1be9d39616bc172765b178c713874e5cc47 (patch) | |
tree | 29373eaa23974cfba295fd2fac69a7f23348f28b /readme.md | |
parent | c36cf8faf00ad9c46d7142189f842169d62aed29 (diff) |
nicer readme
Diffstat (limited to 'readme.md')
-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) |