]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/CheckSceneryVisitor.hxx
simgear/scene/sky/sky.cxx: Include sg_inlines.h with simgear/ prefix as all other...
[simgear.git] / simgear / scene / model / CheckSceneryVisitor.hxx
index e3e5109f62369b3f40e9b03ee307f547488e504d..4b9a357da6d5b3c75e41e808e0c79ddfe10d24f8 100644 (file)
@@ -38,7 +38,7 @@ class SGPagedLOD;
 class CheckSceneryVisitor : public osg::NodeVisitor
 {
 public:
-    CheckSceneryVisitor(osgDB::DatabasePager* dbp, const osg::Vec3 &position, double range);
+    CheckSceneryVisitor(osgDB::DatabasePager* dbp, const osg::Vec3 &position, double range, osg::FrameStamp* framestamp);
 
     virtual void apply(osg::Node& node);
     virtual void apply(osg::PagedLOD& node);
@@ -59,6 +59,7 @@ private:
     double _range;
     bool _loaded;
     osgDB::DatabasePager* _dbp;
+    osg::FrameStamp* _framestamp;
 
     osg::fast_back_stack<osg::Matrix> _viewMatrices;
 };