Skip to content

Commit bf4269c

Browse files
committed
book1: update text around generating focused rays
1 parent 1764d5e commit bf4269c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,8 +2759,8 @@
27592759
<div class="together">
27602760
We don’t need to simulate any of the inside of the camera. For the purposes of rendering an image
27612761
outside the camera, that would be unnecessary complexity. Instead, I usually start rays from the
2762-
surface of the lens, and send them toward a virtual film plane, by finding the projection of the
2763-
film on the plane that is in focus (at the distance `focus_dist`).
2762+
lens aperture, and send them toward the projection plane (`focus_dist` away), where everything on
2763+
that plane is in perfect focus.
27642764

27652765
![Figure [cam-film-plane]: Camera focus plane](../images/fig.cam-film-plane.jpg)
27662766

0 commit comments

Comments
 (0)