Fixed the FlattenStaticTransform visitor so that it excludes subgraphs that

contain PagedLOD nodes
This commit is contained in:
Robert Osfield
2007-02-08 15:47:05 +00:00
parent 0d48e62811
commit 47622e6134
2 changed files with 10 additions and 0 deletions

View File

@@ -262,6 +262,7 @@ class OSGUTIL_EXPORT Optimizer
virtual void apply(osg::Geode& geode);
virtual void apply(osg::Billboard& geode);
virtual void apply(osg::ProxyNode& node);
virtual void apply(osg::PagedLOD& node);
virtual void apply(osg::Transform& transform);
bool removeTransforms(osg::Node* nodeWeCannotRemove);