We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bab2c3 commit f129a52Copy full SHA for f129a52
books/RayTracingTheRestOfYourLife.html
@@ -1554,7 +1554,7 @@
1554
Our goal over the next several chapters is to instrument our program to send a bunch of extra rays
1555
toward light sources so that our picture is less noisy. Let’s assume we can send a bunch of rays
1556
toward the light source using a PDF $\operatorname{pLight}(\omega_o)$. Let’s also assume we have a
1557
-PDF related to $operatorname{pScatter}$, and let’s call that $operatorname{pSurface}(\omega_o)$. A
+PDF related to $\operatorname{pScatter}$, and let’s call that $\operatorname{pSurface}(\omega_o)$. A
1558
great thing about PDFs is that you can just use linear mixtures of them to form mixture densities
1559
that are also PDFs. For example, the simplest would be:
1560
0 commit comments