]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/modelmgr.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Model / modelmgr.hxx
index b1956e3f61f441df5908a10f50d9688a77f71a87..0b1cf53435248d91511b2181c75682fd5962b229 100644 (file)
@@ -15,7 +15,7 @@
 #include <simgear/compiler.h>  // for SG_USING_STD
 #include <simgear/structure/subsystem_mgr.hxx>
 
-SG_USING_STD(vector);
+using std::vector;
 
 // Don't pull in headers, since we don't need them here.
 class SGPropertyNode;
@@ -54,6 +54,7 @@ public:
     SGPropertyNode_ptr roll_deg_node;
     SGPropertyNode_ptr pitch_deg_node;
     SGPropertyNode_ptr heading_deg_node;
+    bool shadow;
   };
 
   FGModelMgr ();
@@ -86,9 +87,6 @@ public:
    */
   virtual void remove_instance (Instance * instance);
 
-  virtual void draw ();
-
-
 
 private:
   /**