@@ -9,17 +9,6 @@ Change Log -- Ray Tracing in One Weekend
9
9
- Change: Added header guards to the text of all three books whenever a new header file was
10
10
introduced
11
11
12
- ### _ The Next Week_
13
- - Removed: Deleted the section covering the old ` flip_face ` class, renumbered images as this
14
- eliminated the rendering with missing Cornell box faces (#482 , #661 )
15
- - Change: Renamed and explicitly numbered book images and figures (#495 )
16
- - Fix: Reduced code duplication in dielectric::scatter() function
17
- - New: Added alternative constructors that take color arguments in addition to the constructors
18
- that take ` shared_ptr<texture> ` arguments, simplifying calling code. This applies to the
19
- following classes: ` checker_texture ` , ` constant_medium ` , ` diffuse_light ` , and ` lambertian ` .
20
- (#516 )
21
- - Fix: "Intance" typo in Chapter 8.1 to "Instance" (#629 )
22
-
23
12
### _ In One Weekend_
24
13
- Change: Updated all rendered images except for 1.13, 1.14 (#179 , #547 , #548 , #549 , #550 , #551 ,
25
14
#552 , #553 , #554 , #555 , #556 , #557 , #560 , #561 , #562 , #563 , #564 , #565 , #566 )
@@ -46,9 +35,20 @@ Change Log -- Ray Tracing in One Weekend
46
35
- New: Add new isotropic constructor taking color argument (#644 )
47
36
48
37
### _ The Next Week_
38
+ - Removed: Deleted the section covering the old ` flip_face ` class, renumbered images as this
39
+ eliminated the rendering with missing Cornell box faces (#482 , #661 )
40
+ - Change: Renamed and explicitly numbered book images and figures (#495 )
41
+ - Fix: Reduced code duplication in dielectric::scatter() function
42
+ - New: Added alternative constructors that take color arguments in addition to the constructors
43
+ that take ` shared_ptr<texture> ` arguments, simplifying calling code. This applies to the
44
+ following classes: ` checker_texture ` , ` constant_medium ` , ` diffuse_light ` , and ` lambertian ` .
45
+ (#516 )
46
+ - Fix: "Intance" typo in Chapter 8.1 to "Instance" (#629 )
49
47
- Fix: Listing 7: Show reverted viewing parameters from book 1 final scene
50
48
- Change: Listing 10: Separate out world & camera definitions in main (#646 )
51
49
- New: Add new isotropic constructor taking color argument (#644 )
50
+ - Removed: scenes 7 & 9 from the original (` cornell_balls ` and ` cornell_final ` ). There are now a
51
+ total of eight scenes for the second book (#653 , #620 )
52
52
53
53
54
54
----------------------------------------------------------------------------------------------------
0 commit comments