Skip to content

Commit

Permalink
Add additional changes for #735
Browse files Browse the repository at this point in the history
Resolves #735
  • Loading branch information
hollasch committed Oct 2, 2020
1 parent 66a015a commit 0b506e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Change Log -- Ray Tracing in One Weekend

### _The Rest of Your Life_
- Fix: Fix errors in citation section (#721)
- Fix: Area equation in section 3.3 Constructing a PDF and nearby text (#735)
- Add: Listing 36: Add missing updates to dielectric class for updating specular in scatter record


Expand Down
2 changes: 1 addition & 1 deletion books/RayTracingTheRestOfYourLife.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
<div class='together'>
Given a random number from `d = random_double()` that is uniform and between 0 and 1, we should be
able to find some function $f(d)$ that gives us what we want. Suppose $e = f(d) = d^2$. This is no
longer a uniform PDF. The PDF of $e$ will be bigger near 0 than it is near 1 (squaring a number
longer a uniform PDF. The PDF of $e$ will be bigger near 1 than it is near 0 (squaring a number
between 0 and 1 makes it smaller). To convert this general observation to a function, we need the
cumulative probability distribution function $P(x)$:
Expand Down
1 change: 1 addition & 0 deletions books/acknowledgments.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

- [Aaryaman Vasishta](https://github.com/jammm)
- Andrew Kensler
- [Antonio Gamiz](https://github.com/antoniogamiz)
- Apoorva Joshi
- [Aras Pranckevičius](https://github.com/aras-p)
- Becker
Expand Down

0 comments on commit 0b506e5

Please sign in to comment.