Skip to content

Commit c5871d0

Browse files
committed
Changes made as per comments
1 parent 34ca9bc commit c5871d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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 {

src/TheRestOfYourLife/pdf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class sphere_pdf : public pdf {
5656
}
5757
};
5858

59+
5960
class hittable_pdf : public pdf {
6061
public:
6162
hittable_pdf(const hittable_list& _objects, const point3& _origin)

0 commit comments

Comments
 (0)