File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Change Log -- Ray Tracing in One Weekend
3
3
4
4
# v3.1.2 (in progress)
5
5
6
+ ### _ In One Weekend_
7
+ - Fix: Correct typo: "Intance Translation" -> "Instance Translation"
8
+
6
9
### _ The Rest of Your Life_
7
10
- Fix: Missing closing parenthesis in listing 10 (#603 )
8
11
- Fix: Tiny improvements to the lambertian::scatter() development (#604 )
Original file line number Diff line number Diff line change 2358
2358
</ div>
2359
2359
2360
2360
2361
- Intance Translation
2362
- --------------------
2361
+ Instance Translation
2362
+ ---------------------
2363
2363
< div class='together'>
2364
2364
Whether you think of this as a move or a change of coordinates is up to you. The code for this, to
2365
2365
move any underlying hittable is a _translate_ instance.
You can’t perform that action at this time.
0 commit comments