README.md aktualisiert

This commit is contained in:
Turingon 2024-02-27 20:20:11 +00:00
parent c078b36df8
commit 268f1a0156

View file

@ -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
2) Use the results of these rays to construct the rendered image