Integrated fixes to the detailed depth calculation in the CullVisitor from

Sasa, and fix to the IntersectVisitor's management of path from Sean.
This commit is contained in:
Robert Osfield
2002-02-24 16:49:23 +00:00
parent 864b70179d
commit c726abd773
2 changed files with 43 additions and 5 deletions

View File

@@ -274,6 +274,7 @@ void IntersectVisitor::leaveNode()
{
IntersectState* cis = _intersectStateStack.back().get();
cis->_segmentMaskStack.pop_back();
_nodePath.pop_back();
}