Various updates to operations related to cull traversal.

This commit is contained in:
Robert Osfield
2002-05-28 10:24:43 +00:00
parent 78b7c375d8
commit 02fc6ad5f8
8 changed files with 144 additions and 32 deletions

View File

@@ -135,8 +135,8 @@ void CullVisitor::reset()
_eyePointStack.clear();
// remove all accept the first element of the stack.
_cullingModeStack.erase(_cullingModeStack.begin()+1,_cullingModeStack.end());
//_cullingModeStack.erase(_cullingModeStack.begin()+1,_cullingModeStack.end());
_cullingModeStack.clear();
// reset the calculated near far planes.
_computeNearFar = COMPUTE_NEAR_FAR_USING_BOUNDING_VOLUMES;