StaticObjectDetectionVisitor: make use of apply(Drawable) visitor function
This commit is contained in:
@@ -847,15 +847,12 @@ class OSGUTIL_EXPORT Optimizer
|
||||
BaseOptimizerVisitor(optimizer, STATIC_OBJECT_DETECTION) {}
|
||||
|
||||
virtual void apply(osg::Node& node);
|
||||
|
||||
virtual void apply(osg::Geode& geode);
|
||||
virtual void apply(osg::Drawable& drawable);
|
||||
|
||||
protected:
|
||||
|
||||
void applyStateSet(osg::StateSet& stateset);
|
||||
|
||||
void applyDrawable(osg::Drawable& drawable);
|
||||
|
||||
};
|
||||
|
||||
/** For all geometry apply settings.*/
|
||||
|
||||
Reference in New Issue
Block a user