mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.86k stars 1.18k forks source link

Typo on page 938 of pbrt 3rd edition #282

Closed abrassel closed 4 years ago

abrassel commented 4 years ago

In the fourth paragraph of 15.5.9 SETTING SCATTERING PROPERTIES, the book writes: with rho known, the desired coefficients are given by sigma_s =rho / sigma_t^-1 and sigma_s = (1-rho)/sigma_t^-1. I believe that the second one should be sigma_a based on the utility function defined below.

mmp commented 4 years ago

Thanks, though that one was already reported by Per Christensen and is in the online errata..