Added new osg::OccluderNode which subclasses from osg::Group, and will

provide hooks for adding ConvexPlanerOccluders to the scene.
This commit is contained in:
Robert Osfield
2002-06-05 09:39:04 +00:00
parent 4d2dbdafac
commit 5feba17410
9 changed files with 103 additions and 15 deletions

View File

@@ -20,8 +20,6 @@ Geode::Geode(const Geode& geode,const CopyOp& copyop):
Drawable* drawable = copyop(itr->get());
if (drawable) addDrawable(drawable);
}
_occluder = dynamic_cast<ConvexPlanerOccluder*>(copyop(geode.getOccluder()));
}
Geode::~Geode()