From 35849685c0168e93754cecc14b07eaf350b053a0 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 29 Jun 2018 08:54:56 -0400 Subject: [PATCH] Add line in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b3a226..a9b66bff 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ elmat %>% ![](tools/readme/fourth.jpg) ``` r +#And finally, we add an ambient occlusion layer: elmat %>% sphere_shade(sunangle = 45, texture = "desert") %>% add_water(detect_water(elmat), color="desert") %>%