Updates to shadow occlusion culling code.

This commit is contained in:
Robert Osfield
2002-06-03 17:49:28 +00:00
parent 3f84849210
commit db78726acf
5 changed files with 208 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ using namespace osg;
CullingSet::CullingSet()
{
_mask = ALL_CULLING;
}
CullingSet::~CullingSet()