diff --git a/README.md b/README.md index 88469a0..3955728 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,10 @@ To understand computer graphics better I will try to describe some important def By the end of this chapter I generated the following background: -Second PPM image \ No newline at end of file +Second PPM image + +### Chapter 4: Creating a sphere + +In this chapter I created a simple sphere and detect its surface by solving quadratic equations, which represent vectors. The sphere has no shading yet: + +Second PPM image