From 971bfc6394f5f69e6a87ca6ae62f710114e02c7b Mon Sep 17 00:00:00 2001 From: Turingon Date: Mon, 4 Mar 2024 21:52:48 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c2cf0..2d65d1e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ In the later part I implemented Schlick's Approximation which approximates the r Here I got some strange result (actually I already noticed that the previous render had a strange cyan sheen on the upper part of the ball, but dismissed it as a result of inaccuracies). I oddly enough got this wrong result, when trying to render the hollow ball: - + It took me some time to find the error and believe it or not, it was the 3% inaccuracy caused by the fast inverse square algorithm! I had to remove it and replace it with a more simple and accurate but slower calculation. The slow down is small but visible! Now I get: