Added new osg::OccluderNode which subclasses from osg::Group, and will
provide hooks for adding ConvexPlanerOccluders to the scene.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user