TODO about raising an error for non-intersecting normals
This commit is contained in:
parent
92e67215b9
commit
ecc6c1efcd
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue