summaryrefslogtreecommitdiff
path: root/chapters/raytraversal.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/raytraversal.adoc')
-rw-r--r--chapters/raytraversal.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/raytraversal.adoc b/chapters/raytraversal.adoc
index 853161a4..a206d416 100644
--- a/chapters/raytraversal.adoc
+++ b/chapters/raytraversal.adoc
@@ -47,7 +47,7 @@ Thus an implementation should behave as if the ray is transformed from the
origin for each instance independently.
====
-Next, rays are tested against geometries in an bottom-level acceleration
+Next, rays are tested against geometries in a bottom-level acceleration
structure to determine if a hit occurred between them, initially based only
on their geometric properties (i.e. their vertices).
The implementation performs similar operations to that of rasterization, but