We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b0899 commit 5d2a417Copy full SHA for 5d2a417
CHANGELOG.md
@@ -3,6 +3,14 @@ Change Log -- Ray Tracing in One Weekend
3
4
# v3.2.0 (in progress)
5
6
+### Common
7
+ - Removed: now that the code handles ray-surface intersection from either side, we no longer need
8
+ the `flip_face` class, so we've deleted it from the text and from the code (#482, #270)
9
+
10
+### _The Next Week_
11
+ - Removed: Deleted the section covering the old `flip_face` class, renumbered images as this
12
+ eliminated the rendering with missing Cornell box faces (#482)
13
14
15
----------------------------------------------------------------------------------------------------
16
# v3.1.2 (in progress)
0 commit comments