]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Fear the penguin ...
[flightgear.git] / src / Scenery / tileentry.hxx
index 21fd2fac909b1386221d7e2b7a6cf378b2944839..719536110b167e19f8dd4334b991b9c39e5f23a2 100644 (file)
@@ -45,7 +45,7 @@
 #include <vector>
 #include STL_STRING
 
-#include <sg.h>                        // plib includes
+#include <ssg.h>               // plib includes
 
 #include <Bucket/newbucket.hxx>
 #include <Math/mat3.h>
@@ -99,11 +99,19 @@ public:
     // this tile's official location in the world
     FGBucket tile_bucket;
 
-    // the tile cache will mark here if the tile is being used
+    // the tile cache will keep track here if the tile is being used
     tile_state state;
 
     container fragment_list;
 
+    // ssg related structures
+    sgVec3 *vtlist;
+    sgVec3 *vnlist;
+    sgVec2 *tclist;
+
+    // pointer to ssg branch;
+    ssgTransform *branch_ptr;
+
 public:
 
     // Constructor