]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/EffectGeode.hxx
Random buildings - initial commit.
[simgear.git] / simgear / scene / material / EffectGeode.hxx
index 93c552a37558b194bd7d70d6182bed8af202136b..515b1a0ac57a8c565ff0a20e26f20e69dd90225a 100644 (file)
@@ -37,6 +37,7 @@ public:
     typedef DrawableList::iterator DrawablesIterator;
     DrawablesIterator drawablesBegin() { return _drawables.begin(); }
     DrawablesIterator drawablesEnd() { return _drawables.end(); }
+    void runGenerators(osg::Geometry *geometry);
 private:
     osg::ref_ptr<Effect> _effect;
 };