From 64bfcf515811a3c3c231ba0f9b878c60f4cb443c Mon Sep 17 00:00:00 2001 From: Turingon Date: Sat, 10 Feb 2024 17:44:32 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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