You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Book 3) In order to correctly render Image 10, we also need an updated version of hittable_list.h that includes the pdf_value and random member functions.
The text was updated successfully, but these errors were encountered:
hollasch
changed the title
Section 10.2 lacks required updates to hittable_list.h
Book 3.10.2: Section 10.2 lacks required updates to hittable_list.h
Apr 19, 2024
The previous version didn't work be we hadn't yet added the
`pdf_value()` and `random` functions to the `hittable_list` class, so
all of these scenes (images 3.10-13) rendered as fully dark.
Resolves#1318
The previous version didn't work be we hadn't yet added the
`pdf_value()` and `random` functions to the `hittable_list` class, so
all of these scenes (images 3.10-13) rendered as fully dark.
Resolves#1318
Benny Tsang writes:
The text was updated successfully, but these errors were encountered: