You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 10: Ray Tracing - Acceleration (36)
Zenuriken

Because t_split is less than t_min at this point in our recursive algorithm, this tells us to traverse the right child of C in our tree, which in this case is the leaf node 3. This means that D and its' children are never traversed in our algorithm, which decreases the computation time needed to locate the point at which our ray hits the circle.

You must be enrolled in the course to comment