raytracing.github.io icon indicating copy to clipboard operation
raytracing.github.io copied to clipboard

Book 3 Section 12.1 Listing 33: have a typo in the book

Open shadow-lr opened this issue 3 years ago • 0 comments

url is https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html#cleaninguppdfmanagement/diffuseversusspecular image

The correct way to write it should be:

srec.pdf_ptr = make_shared<cosine_pdf>(rec.normal);

image

shadow-lr avatar Apr 12 '22 07:04 shadow-lr