File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Change Log / Ray Tracing in One Weekend
1414 without recombining coordinates (#1733 )
1515
1616### The Rest of Your Life
17+ - Fix -- Typo: hittable::emitted() should be material::emitted() (#1736 )
1718
1819
1920----------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 26252625----------------------------------
26262626The noisy pops around the light on the ceiling are because the light is two-sided and there is a
26272627small space between light and ceiling. We probably want to have the light just emit down. We can do
2628- that by letting the `hittable ::emitted()` function take extra information:
2628+ that by letting the `material ::emitted()` function take extra information:
26292629
26302630 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
26312631 class material {
You can’t perform that action at this time.
0 commit comments