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:
@@ -18,7 +18,7 @@ CullingSet::CullingSet()
|
||||
{
|
||||
_mask = ENABLE_ALL_CULLING;
|
||||
_pixelSizeVector.set(0,0,0,1);
|
||||
_smallFeatureCullingPixelSize=1.0f;
|
||||
_smallFeatureCullingPixelSize=2.0f;
|
||||
}
|
||||
|
||||
CullingSet::~CullingSet()
|
||||
|
||||
Reference in New Issue
Block a user