]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Boris Koenig:
[flightgear.git] / src / Scenery / tileentry.hxx
index a979e677bf757be7fd65aecfbd3e2bc7220fd4ca..de188cd90ee51bdfa3170423658c0995c938d996 100644 (file)
@@ -54,13 +54,13 @@ typedef vector < Point3D > point_list;
 typedef point_list::iterator point_list_iterator;
 typedef point_list::const_iterator const_point_list_iterator;
 
+
 class ssgLeaf;
 class ssgBranch;
 class ssgTransform;
 class ssgSelector;
 class ssgRangeSelector;
 class ssgVertexArray;
-
 class FGTileEntry;
 
 
@@ -259,6 +259,11 @@ public:
      */
     inline SGBucket get_tile_bucket() const { return tile_bucket; }
 
+    /**
+     * Apply ssgLeaf::makeDList to all leaf of a branch
+     */
+    void makeDList( ssgBranch *b );
+
     /**
      * Add terrain mesh and ground lighting to scene graph.
      */