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 e85a5f3 commit 3412059Copy full SHA for 3412059
books/RayTracingTheRestOfYourLife.html
@@ -1388,7 +1388,7 @@
1388
this vector produced points that lay exactly on the unit sphere and thereby represent a random
1389
direction. This process of generating samples and rejecting them if they are not inside a desired
1390
space is called _the rejection method_, and is found all over the literature. The method covered
1391
-last chapter is referred to as _the inversion method_ because we invert a PDF.
+in the last chapter is referred to as _the inversion method_ because we invert a PDF.
1392
1393
Every direction in 3D space has an associated point on the unit sphere and can be generated by
1394
solving for the vector that travels from the origin to that associated point. You can think of
0 commit comments