File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change Log / Ray Tracing in One Weekend
2
2
====================================================================================================
3
3
4
- # v4.0.2 (in progress )
4
+ # v4.0.2 (2025-04-24 )
5
5
6
6
### Common
7
7
- Fix -- Fixed some dangling references to ` random_in_unit_sphere() ` (#1637 )
8
8
- Fix -- Clarify ` uniform_real_distribution ` usage for ` random_double() ` (#1680 )
9
+ - Update -- CMake minimum required version max now at 4.0.0.
9
10
10
11
### In One Weekend
11
12
- Fix -- Fix equation for refracted rays of non-unit length (#1644 )
12
13
- Fix -- Typo "trigonometric qualities" -> "trigonometric identities"
13
14
14
- ### The Next Week
15
-
16
15
### The Rest of Your Life
17
16
- Fix -- Typo in equation in book 3, section 12.3 (#1686 )
18
17
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ first**_.
29
29
30
30
Project Status
31
31
---------------
32
- Version 4 has shipped! Three and a half years in the making, with massive changes to all three books
33
- and accompanying code. Our current version is v4.0.1.
34
-
35
32
If you'd like to check out the latest updates and watch our progress, we're on the ` dev-patch ` ,
36
33
` dev-minor ` , and ` dev-major ` branches. You can also browse our issues and milestones to see what
37
34
we're planning.
You can’t perform that action at this time.
0 commit comments