From 035ff48a9e7e43c46cd57ed087d15a0f01c69b59 Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Wed, 22 Aug 2018 20:15:22 -0400 Subject: [PATCH] minor --- README.html | 5 +++-- README.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index a4b4225..a0c774a 100644 --- a/README.html +++ b/README.html @@ -113,8 +113,9 @@

Scene Objects

zero?) and in the presence of multiple answers choose the closest one.

-

Question: Why keep the closest hit? -Hint: 🤦🏻

+

Question: Why keep the closest hit?

+ +

Hint: 🤦🏻

In this assignment, we’ll use simple representations for primitives. For diff --git a/README.md b/README.md index 9323038..9b956c7 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ intersections are possible for a given ray (always one? sometimes two? ever zero?) and in the presence of multiple answers choose the closest one. > **Question:** Why keep the closest hit? +> > **Hint:** 🤦🏻 In this assignment, we'll use simple representations for primitives. For