From Paul Martz, "Here's my proposed change regarding the osg-users post "small feature culling threshold". I've updated the comments and brought the default values into agreement, but didn't bother to add the environment variable support."

This commit is contained in:
Robert Osfield
2011-09-13 09:59:21 +00:00
parent c35fdf7333
commit 408c2a2267
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ CullingSet::CullingSet()
{
_mask = ENABLE_ALL_CULLING;
_pixelSizeVector.set(0,0,0,1);
_smallFeatureCullingPixelSize=1.0f;
_smallFeatureCullingPixelSize=2.0f;
}
CullingSet::~CullingSet()