Additions for the support for ConvexPlaneOccluder. Work still underway.

This commit is contained in:
Robert Osfield
2002-06-03 15:39:41 +00:00
parent 518dd5710a
commit 3f84849210
19 changed files with 328 additions and 246 deletions

11
src/osg/CullingSet.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include <osg/CullingSet>
using namespace osg;
CullingSet::CullingSet()
{
}
CullingSet::~CullingSet()
{
}