Further work on moving culling functionality from CullVisitor into CullingSet,

in preperation for occlusion culling.
This commit is contained in:
Robert Osfield
2002-06-04 15:21:24 +00:00
parent 0732701e9d
commit f67be7c07f
6 changed files with 98 additions and 142 deletions

View File

@@ -5,6 +5,8 @@ using namespace osg;
CullingSet::CullingSet()
{
_mask = ALL_CULLING;
_pixelSizeVector.set(0,0,0,1);
_smallFeatureCullingPixelSize=1.0f;
}
CullingSet::~CullingSet()