File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Change Log -- Ray Tracing in One Weekend
22
22
- Change: general rename of ` mat_ptr ` to ` mat ` (material)
23
23
- Change: hittable::bounding_box() signature has changed to always return a value (#859 )
24
24
- Fix: Enabled compiler warnings for MSVC, Clang, GNU. Cleaned up warnings as fit (#865 )
25
+ - Change: replaced random vector in ` isotropic ` with ` random_unit_vector `
25
26
26
27
### In One Weekend
27
28
- Added: More commentary about the choice between ` double ` and ` float ` (#752 )
@@ -35,6 +36,7 @@ Change Log -- Ray Tracing in One Weekend
35
36
- Fix: Fixed ` bvh_node ` constructor definition signature (#872 )
36
37
37
38
### The Rest of Your Life
39
+ - Fix: Added missing functionality for ` isotropic ` (#664 )
38
40
39
41
40
42
----------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments