Missed check of changes to the RemoveRedundentNodesVisitor

This commit is contained in:
Robert Osfield 2006-11-26 14:17:22 +00:00
parent 3613e66e82
commit 426fd9eaf7

View File

@ -330,6 +330,8 @@ class OSGUTIL_EXPORT Optimizer
virtual void apply(osg::Group& group);
virtual void apply(osg::Transform& transform);
bool isOperationPermissible(osg::Node& node);
void removeRedundantNodes();
};