Skip to content

Commit 9db8420

Browse files
committed
Renumber book 3 images
Note that image 4 and 5 both use img-3.04-cornell-refactor2.jpg
1 parent 664d707 commit 9db8420

12 files changed

+12
-12
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@
16601660
see.
16611661

16621662
![Image 4: Cornell box, with imperfect PDF
1663-
](../images/img-3.02-cornell-refactor2.jpg class=pixel)
1663+
](../images/img-3.04-cornell-refactor2.jpg class=pixel)
16641664

16651665
</div>
16661666

@@ -1711,7 +1711,7 @@
17111711
material, we'll get a slightly different image.
17121712

17131713
![Image 5: Cornell box, with uniform hemispherical sampling
1714-
](../images/img-3.02-cornell-refactor2.jpg class=pixel)
1714+
](../images/img-3.04-cornell-refactor2.jpg class=pixel)
17151715

17161716
</div>
17171717

@@ -2174,7 +2174,7 @@
21742174
Which produces:
21752175

21762176
![Image 6: Cornell box, with orthonormal basis scatter function
2177-
](../images/img-3.03-cornell-ortho.jpg class=pixel)
2177+
](../images/img-3.06-cornell-ortho.jpg class=pixel)
21782178

21792179
Let’s get rid of some of that noise.
21802180
</div>
@@ -2330,7 +2330,7 @@
23302330
With 10 samples per pixel this yields:
23312331

23322332
![Image 7: Cornell box, sampling only the light, 10 samples per pixel
2333-
](../images/img-3.04-cornell-sample-light.jpg class=pixel)
2333+
](../images/img-3.07-cornell-sample-light.jpg class=pixel)
23342334

23352335
</div>
23362336

@@ -2384,7 +2384,7 @@
23842384
This gives us:
23852385

23862386
![Image 8: Cornell box, light emitted only in the downward direction
2387-
](../images/img-3.05-cornell-lightdown.jpg class=pixel)
2387+
](../images/img-3.08-cornell-lightdown.jpg class=pixel)
23882388

23892389
</div>
23902390

@@ -2532,7 +2532,7 @@
25322532
`cosine_pdf` class:
25332533

25342534
![Image 9: Cornell box with a cosine density PDF
2535-
](../images/img-3.06-cornell-cos-pdf.jpg class=pixel)
2535+
](../images/img-3.09-cornell-cos-pdf.jpg class=pixel)
25362536

25372537
</div>
25382538

@@ -2723,7 +2723,7 @@
27232723
At 10 samples per pixel we get:
27242724

27252725
![Image 10: Cornell box, sampling a hittable light, 10 samples per pixel
2726-
](../images/img-3.07-hittable-light.jpg class=pixel)
2726+
](../images/img-3.10-hittable-light.jpg class=pixel)
27272727

27282728
</div>
27292729

@@ -2842,7 +2842,7 @@
28422842
1000 samples per pixel yields:
28432843

28442844
![Image 11: Cornell box, mixture density of cosine and light sampling
2845-
](../images/img-3.08-cosine-and-light.jpg class=pixel)
2845+
](../images/img-3.11-cosine-and-light.jpg class=pixel)
28462846

28472847
</div>
28482848

@@ -3201,7 +3201,7 @@
32013201
not sampled with more density.
32023202

32033203
![Image 12: Cornell box with arbitrary PDF functions
3204-
](../images/img-3.09-arbitrary-pdf.jpg class=pixel)
3204+
](../images/img-3.12-arbitrary-pdf.jpg class=pixel)
32053205

32063206
</div>
32073207

@@ -3377,7 +3377,7 @@
33773377
expensive!
33783378

33793379
![Image 13: Cornell box with glass sphere, using new PDF functions
3380-
](../images/img-3.10-cornell-glass-sphere.jpg class=pixel)
3380+
](../images/img-3.13-cornell-glass-sphere.jpg class=pixel)
33813381

33823382
</div>
33833383

@@ -3462,7 +3462,7 @@
34623462
And we get a decent image with 1000 samples as before:
34633463

34643464
![Image 14: Cornell box using a mixture of glass & light PDFs
3465-
](../images/img-3.11-glass-and-light.jpg class=pixel)
3465+
](../images/img-3.14-glass-and-light.jpg class=pixel)
34663466

34673467
</div>
34683468

@@ -3525,7 +3525,7 @@
35253525
Happily, the black specks are gone:
35263526

35273527
![Image 15: Cornell box with anti-acne color function
3528-
](../images/img-3.12-book3-final.jpg class=pixel)
3528+
](../images/img-3.15-book3-final.jpg class=pixel)
35293529

35303530
</div>
35313531

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)