README.md aktualisiert

This commit is contained in:
Turingon 2024-02-28 21:35:03 +00:00
parent 60d704ed29
commit 3d42c78084

View file

@ -76,6 +76,7 @@ This is also the first time the code starts to take some time to execute.
### Chapter 8: Diffuse objects
A diffuse object is any object that is not emitting light, takes on the colours of the environment and reflects light in all directions.
<img src="https://upload.wikimedia.org/wikipedia/commons/b/bd/Lambert2.gif" width="480"/>
We generate random reflection vectors and get the following (this is the first time a shadow can be observed, left one is mine, right one from the book - note the stripe is probably a consequence of fast inverse square):