Additions for the support for ConvexPlaneOccluder. Work still underway.
This commit is contained in:
11
src/osg/CullingSet.cpp
Normal file
11
src/osg/CullingSet.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <osg/CullingSet>
|
||||
|
||||
using namespace osg;
|
||||
|
||||
CullingSet::CullingSet()
|
||||
{
|
||||
}
|
||||
|
||||
CullingSet::~CullingSet()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user