README.md aktualisiert

This commit is contained in:
Turingon 2024-02-27 18:03:05 +00:00
parent c1a66dd653
commit 93ff66ada9

View file

@ -55,4 +55,6 @@ The first part of the chapter was the calculation and visualization of the norma
The second part of the capter involved standardizing the code so that it can process multiple objects - it was quite translating this part into Go, as a lot of C++ OOP features are missing - but finally I managed to produce this neat output:
<img src="https://raytracing.github.io/images/img-1.05-normals-sphere-ground.png" alt="Second PPM image" width="480"/>
<img src="https://raytracing.github.io/images/img-1.05-normals-sphere-ground.png" alt="Second PPM image" width="480"/>
At the end I also added an intervals struct, to further simplify the code.