Futher work on ensuring that all datatypes are initilizaed in OSG objects.

This commit is contained in:
Robert Osfield
2002-07-21 10:04:33 +00:00
parent 389dd8adbb
commit b23aea5173
5 changed files with 16 additions and 5 deletions

View File

@@ -4,13 +4,13 @@ using namespace osg;
CullStack::CullStack()
{
_cullingMode = ENABLE_ALL_CULLING;
_LODBias = 1.0f;
_smallFeatureCullingPixelSize = 2.0f;
_frustumVolume=-1.0f;
_bbCornerNear = 0;
_bbCornerFar = 7;
_currentReuseMatrixIndex=0;
}