Skip to content

Commit bae4802

Browse files
committed
Fix side-by-side antialias image
Resolves #679
1 parent 6438352 commit bae4802

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log -- Ray Tracing in One Weekend
22
====================================================================================================
33

4+
# v3.2.1 (in progress)
5+
6+
### _In One Weekend_
7+
- Fix: replace old anti-alias result image with before-and-after image (#679)
8+
9+
10+
----------------------------------------------------------------------------------------------------
411
# v3.2.0 (2020-07-18)
512

613
We're still chasing that elusive stable project state where we're mostly done with large changes,

books/RayTracingInOneWeekend.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,8 @@
15051505

15061506
Zooming into the image that is produced, we can see the difference in edge pixels.
15071507

1508-
![Image 6: Before and after antialiasng](../images/img-1.06-antialias.png class=pixel)
1508+
![Image 6: Before and after antialiasing
1509+
](../images/img-1.06-antialias-before-after.png class=pixel)
15091510

15101511

15111512

2.46 KB
Loading

images/img-1.06-antialias.png

-18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)