Skip to content

Commit 3412059

Browse files
committed
Fix simple typo
Resolves #1524
1 parent e85a5f3 commit 3412059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
this vector produced points that lay exactly on the unit sphere and thereby represent a random
13891389
direction. This process of generating samples and rejecting them if they are not inside a desired
13901390
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.
1391+
in the last chapter is referred to as _the inversion method_ because we invert a PDF.
13921392

13931393
Every direction in 3D space has an associated point on the unit sphere and can be generated by
13941394
solving for the vector that travels from the origin to that associated point. You can think of

0 commit comments

Comments
 (0)