1
0
Fork 0

Frederic Bouvier:

Add a select method to FGAircraftModel to draw the aircraft
  or not when calling ssgCullAndDraw on the whole scene.
This commit is contained in:
ehofman 2004-04-02 14:43:31 +00:00
parent b34f0711c4
commit 4e6a009476

View 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: