@@ -3,23 +3,33 @@ Change Log -- Ray Tracing in One Weekend
33
44# v3.2.1 (in progress)
55
6+ ### Common
7+ - Fix: Update local Markdeep library (for offline reading) to v1.11. The prior version had
8+ incorrect content (#712 )
9+
610### _ In One Weekend_
7- - Delete: remove premature ` cstdlib ` include; not needed until we use ` rand() ` (#687 )
8- - Fix: replace old anti-alias result image with before-and-after image (#679 )
11+ - Delete: Remove premature ` cstdlib ` include; not needed until we use ` rand() ` (#687 )
12+ - Fix: Replace old anti-alias result image with before-and-after image (#679 )
913 - Fix: Listing 29: Added missing ` rtweekend.h ` include (#691 )
10- - Fix: undefined ` vup ` variable in camera definition (#686 )
14+ - Fix: Undefined ` vup ` variable in camera definition (#686 )
1115 - Fix: Listing 51: Add missing ` hittable.h ` , ` rtweekend.h ` includes (#693 )
16+ - Fix: Fix error in citation section (#721 )
1217 - Fix: Listings 33, 39: Add consistent function signature for ` trilinear_interp ` (#722 )
1318
1419### _ The Next Week_
1520 - Change: ` bvh_node ` no longer reorders the source vector of scene objects; uses local copy
1621 instead (#701 )
17- - Delete: remove unused u,v,w variables in initial ` perlin::noise() ` function (#684 )
22+ - Delete: Remove unused u,v,w variables in initial ` perlin::noise() ` function (#684 )
1823 - Fix: Listing 15: In ` bvh.h ` , add missing ` hittable_list.h ` include (#690 )
1924 - Fix: Listing 33, 34, 38: Change implicit casts to explicit ones (#692 )
2025 - Fix: Listing 40: Change ` perlin.h ` in the caption to ` texture.h ` (#698 )
2126 - Fix: Listing 70: Add missing ` bvh.h ` (#694 )
22- - Fix: Listing 70 and ` main.cc ` : Change a fuzz value of a metal sphere to 1.0 which is the maximum value (#694 )
27+ - Fix: Listing 70 and ` main.cc ` : Change a fuzz value of a metal sphere to 1.0 which is the maximum
28+ value (#694 )
29+ - Fix: Fix error in citation section (#721 )
30+
31+ ### _ The Rest of Your Life_
32+ - Fix: Fix errors in citation section (#721 )
2333
2434### _ The Next Week_
2535 - Change: ` bvh_node ` no longer reorders the source vector of scene objects; uses local copy
0 commit comments