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.
2 parents b997f18 + d25d3df commit 8b8827bCopy full SHA for 8b8827b
CHANGELOG.md
@@ -4,6 +4,7 @@ Change Log -- Ray Tracing in One Weekend
4
# v3.1.2 (in progress)
5
6
### _In One Weekend_
7
+ - Fix: Correct typo: "Intance Translation" -> "Instance Translation"
8
- Fix: Corrected geometry type when computing distance between two points, final scene (#609)
9
10
### _The Rest of Your Life_
books/RayTracingTheNextWeek.html
@@ -2358,8 +2358,8 @@
2358
</div>
2359
2360
2361
-Intance Translation
2362
---------------------
+Instance Translation
+---------------------
2363
<div class='together'>
2364
Whether you think of this as a move or a change of coordinates is up to you. The code for this, to
2365
move any underlying hittable is a _translate_ instance.
0 commit comments