TODO about raising an error for non-intersecting normals

This commit is contained in:
Eryn Wells 2014-08-03 16:37:03 -07:00
parent 92e67215b9
commit ecc6c1efcd

View file

@ -137,6 +137,7 @@ Box::compute_normal(const Vector3& p)
return Vector3(0, 0, 1);
}
/* TODO: Eventually, I might want to raise an error here. */
return Vector3();
}