Fixed the FlattenStaticTransform visitor so that it excludes subgraphs that
contain PagedLOD nodes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user