File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Change Log -- Ray Tracing in One Weekend
36
36
- Fix: Fixed ` bvh_node ` constructor definition signature (#872 )
37
37
38
38
### The Rest of Your Life
39
+ - Fix: Added missing functionality for ` isotropic ` (#664 )
39
40
- Fix: Variable ` direction ` was used without being defined in listing 11 (#831 )
40
41
- Fix: Added missing functionality for ` isotropic ` (#664 )
41
42
Original file line number Diff line number Diff line change 2963
2963
</ div>
2964
2964
2965
2965
< div class='together'>
2966
- The Lambertian material becomes simpler:
2966
+ The `lambertian` material becomes simpler:
2967
2967
2968
2968
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
2969
2969
class lambertian : public material {
You can’t perform that action at this time.
0 commit comments