From 415431dad0b3742be54d958bd842e2002e54b907 Mon Sep 17 00:00:00 2001 From: estshorter <1430311+estshorter@users.noreply.github.com> Date: Sat, 22 Aug 2020 11:05:54 +0900 Subject: [PATCH] Fix: Listing 40: Change perlin.h in the caption to texture.h (#698) --- CHANGELOG.md | 1 + books/RayTracingTheNextWeek.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2336c1e4..3b45aeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Change Log -- Ray Tracing in One Weekend - Delete: remove unused u,v,w variables in initial `perlin::noise()` function (#684) - Fix: Listing 15: In `bvh.h`, add missing `hittable_list.h` include (#690) - Fix: Listing 33, 34, 38: Change implicit casts to explicit ones (#692) + - Fix: Listing 40: Change `perlin.h` in the caption to `texture.h` (#698) ---------------------------------------------------------------------------------------------------- diff --git a/books/RayTracingTheNextWeek.html b/books/RayTracingTheNextWeek.html index 20a66ca7..a2804715 100644 --- a/books/RayTracingTheNextWeek.html +++ b/books/RayTracingTheNextWeek.html @@ -1864,7 +1864,7 @@ double scale; }; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - [Listing [perlin-smoothed-2]: [perlin.h] Perlin smoothed, higher frequency] + [Listing [perlin-smoothed-2]: [texture.h] Perlin smoothed, higher frequency]