diff --git a/README.md b/README.md index 02f14cd..c8cd55d 100644 --- a/README.md +++ b/README.md @@ -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. + 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):