Missed check of changes to the RemoveRedundentNodesVisitor
This commit is contained in:
parent
3613e66e82
commit
426fd9eaf7
@ -330,6 +330,8 @@ class OSGUTIL_EXPORT Optimizer
|
|||||||
virtual void apply(osg::Group& group);
|
virtual void apply(osg::Group& group);
|
||||||
virtual void apply(osg::Transform& transform);
|
virtual void apply(osg::Transform& transform);
|
||||||
|
|
||||||
|
bool isOperationPermissible(osg::Node& node);
|
||||||
|
|
||||||
void removeRedundantNodes();
|
void removeRedundantNodes();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user