OpenSceneGraph/src/osg/CullingSet.cpp

13 lines
134 B
C++
Raw Normal View History

#include <osg/CullingSet>
using namespace osg;
CullingSet::CullingSet()
{
_mask = ALL_CULLING;
}
CullingSet::~CullingSet()
{
}