From 268f1a01565d7123a3e8ecb7f5c7d60323f29b40 Mon Sep 17 00:00:00 2001 From: Turingon Date: Tue, 27 Feb 2024 20:20:11 +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 920dd64..18c4833 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ At the end I also added an intervals struct, to further simplify the code. This chapter was yet another simplification of the existing code - the viewport and the camera were moved out of main and got their own struct. The camera struct and the render function have two tasks: 1) Construct and dispatch rays into the world and -2) Using the results of these rays to construct the rendered image \ No newline at end of file +2) Use the results of these rays to construct the rendered image \ No newline at end of file