Added default IntersectVisitor::_hitReportingMode to be ONLY_NEAREST_HIT.

This commit is contained in:
Robert Osfield
2002-06-07 13:57:20 +00:00
parent 8140035ea8
commit 96a6b3c5c6

View File

@@ -146,6 +146,7 @@ IntersectVisitor::IntersectVisitor()
IntersectVisitor::~IntersectVisitor()
{
_hitReportingMode = ONLY_NEAREST_HIT;
}