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 160010e commit 678bbedCopy full SHA for 678bbed
CHANGELOG.md
@@ -9,6 +9,8 @@ Change Log -- Ray Tracing in One Weekend
9
- New: subchapters throughout all three books (#267)
10
- Change: Minor change to use new `point3` and `color` type aliases for `vec3` (#422)
11
- Change: Renamed `constant_texture` to `solid_color`, add RGB constructor (#452)
12
+- Change: Math notation to bold uppercase points, bold lowercase no-barb vectors (#412)
13
+- Change: Switch from `ffmin`/`ffmax` to standard `fmin`/`fmax` (#444, #491)
14
15
### _In One Weekend_
16
- Fix: Update image and size for first PPM image
0 commit comments