From Joakim Simmonsson, fix for handling of billboards in FLATTEN_STATIC_TRANSFORMS_DUPLICATING_SHARED_SUBGRAPHS
This commit is contained in:
@@ -310,7 +310,8 @@ class OSGUTIL_EXPORT Optimizer
|
||||
|
||||
protected:
|
||||
|
||||
void transformDrawables(osg::Geode& geode);
|
||||
void transformGeode(osg::Geode& geode);
|
||||
void transformDrawable(osg::Drawable& drawable);
|
||||
void transformBillboard(osg::Billboard& billboard);
|
||||
|
||||
std::vector<osg::Matrix> _matrixStack;
|
||||
|
||||
Reference in New Issue
Block a user