Skip to content

Commit a5b8190

Browse files
authored
Merge branch 'dev-patch' into fix-issue-694
2 parents 6d92ff6 + a58418c commit a5b8190

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Change Log -- Ray Tracing in One Weekend
1414
- Delete: remove unused u,v,w variables in initial `perlin::noise()` function (#684)
1515
- Fix: Listing 15: In `bvh.h`, add missing `hittable_list.h` include (#690)
1616
- Fix: Listing 33, 34, 38: Change implicit casts to explicit ones (#692)
17+
- Fix: Listing 40: Change `perlin.h` in the caption to `texture.h` (#698)
1718
- Fix: Listing 70: Add missing `bvh.h` (#694)
1819
- Fix: Listing 70 and `main.cc`: Change a fuzz value of a metal sphere to 1.0 which is the maximum value (#694)
1920

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@
18641864
double scale;
18651865
};
18661866
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1867-
[Listing [perlin-smoothed-2]: <kbd>[perlin.h]</kbd> Perlin smoothed, higher frequency]
1867+
[Listing [perlin-smoothed-2]: <kbd>[texture.h]</kbd> Perlin smoothed, higher frequency]
18681868
</div>
18691869

18701870
<div class='together'>

0 commit comments

Comments
 (0)