Added osg::CullSettings class as a way of collecting all the various

settings related to the cull traversal in one place, so we can keep APIs
for settings these values more consistent.
This commit is contained in:
Robert Osfield
2004-04-30 15:35:31 +00:00
parent 7596b3b361
commit 5836d60fbd
11 changed files with 300 additions and 210 deletions

View File

@@ -17,9 +17,6 @@ using namespace osg;
CullStack::CullStack()
{
_cullingMode = DEFAULT_CULLING;
_LODScale = 1.0f;
_smallFeatureCullingPixelSize = 2.0f;
_frustumVolume=-1.0f;
_bbCornerNear = 0;
_bbCornerFar = 7;