Skip to content

Commit 4854d72

Browse files
committed
Merge branch 'tdb/isotropic' of https://github.com/RayTracing/raytracing.github.io into tdb/isotropic
2 parents c5871d0 + e9af17a commit 4854d72

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
@@ -36,6 +36,7 @@ Change Log -- Ray Tracing in One Weekend
3636
- Fix: Fixed `bvh_node` constructor definition signature (#872)
3737

3838
### The Rest of Your Life
39+
- Fix: Added missing functionality for `isotropic` (#664)
3940
- Fix: Variable `direction` was used without being defined in listing 11 (#831)
4041
- Fix: Added missing functionality for `isotropic` (#664)
4142

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,7 @@
29632963
</div>
29642964

29652965
<div class='together'>
2966-
The Lambertian material becomes simpler:
2966+
The `lambertian` material becomes simpler:
29672967

29682968
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
29692969
class lambertian : public material {

0 commit comments

Comments
 (0)