]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
remove the "terrain-elevation" command again. This is no longer necessary,
[flightgear.git] / src / Scenery / tilemgr.hxx
index 764721313dcf8e2d2f3e0316b3ac99ff4dbe1d57..e274ac98d36b5727c9b0c23a1554eddc377f46da 100644 (file)
@@ -41,7 +41,6 @@
 #endif // ENABLE_THREADS
 
 #include "FGTileLoader.hxx"
-#include "hitlist.hxx"
 #include "newcache.hxx"
 
 #if defined(USE_MEM) || defined(WIN32)
@@ -54,8 +53,6 @@ SG_USING_STD( queue );
 
 
 // forward declaration
-class ssgBranch;
-class ssgEntity;
 class FGTileEntry;
 class FGDeferredModel;
 
@@ -82,8 +79,6 @@ private:
     // schedule a needed buckets for loading
     void schedule_needed(double visibility_meters, const SGBucket& curr_bucket);
 
-    FGHitList hit_list;
-
     SGBucket previous_bucket;
     SGBucket current_bucket;
     SGBucket pending;
@@ -127,11 +122,6 @@ private:
 #endif // ENABLE_THREADS
     static queue<FGTileEntry *> delete_queue;
 
-    /**
-     * Tile filter indicator, to implement multipass rendering
-     */
-    static bool tile_filter;
-
 public:
 
     /**
@@ -172,17 +162,13 @@ public:
     // tile, set the ssg transform and update it's range selector
     // based on current visibilty void prep_ssg_nodes( float
     // visibility_meters );
-    void prep_ssg_nodes( SGLocation *location, float visibility_meters );
+    void prep_ssg_nodes(float visibility_meters );
 
     // Set flag with event manager so that non-moving view refreshes
     // tiles...
     void refresh_view_timestamps();
 
-    inline const SGBucket& get_current_bucket () const { return current_bucket; }
-    inline const SGBucket& get_previous_bucket () const { return previous_bucket; }
-
-    static bool set_tile_filter( bool f );
-    static int tile_filter_cb( ssgEntity *, int );
+    const SGBucket& get_current_bucket () const { return current_bucket; }
 
     /// Returns true if scenery is avaliable for the given lat, lon position
     /// within a range of range_m.