]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/acmodel.hxx
I have added Aaron Wilson's virtual 3d runway projection to the HUD.
[flightgear.git] / src / Model / acmodel.hxx
index cf337bd5e20e100ce2a5c0aa99636aa996317f0b..a59bd954a111a0b131a26fa710b4bd64102919ed 100644 (file)
@@ -37,6 +37,7 @@ public:
   virtual void update (double dt);
   virtual void draw ();
   virtual SGModelPlacement * get3DModel() { return _aircraft; }
+  void select( bool s ) { _selector->select( s ? 0xffffffff : 0 ); }
 
 private: