mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Ignore empty children of osg::LOD and osg::Switch like in OSG
This commit is contained in:
parent
63fe02b1ba
commit
957d2a890f
2 changed files with 5 additions and 18 deletions
|
@ -321,8 +321,6 @@ class Optimizer
|
|||
BaseOptimizerVisitor(optimizer, REMOVE_REDUNDANT_NODES) {}
|
||||
|
||||
virtual void apply(osg::Group& group);
|
||||
virtual void apply(osg::LOD& lod);
|
||||
virtual void apply(osg::Switch& switchNode);
|
||||
|
||||
void removeEmptyNodes();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue