Re: [Flightgear-devel] Disabling the 3D Panel

2003-03-22 Thread Erik Hofman
Jonathan Polley wrote:
Now that I have FlightGear linking, I have found another problem that 
has cropped up recently (I'm not sure when, exactly).  It seems as if 
the 3D panel is always active.  Since I always run FlightGear with the 
--disable-panel in my .fgfsrc file, this causes problems.  If I don't 
run with --disable-panel, I get the same behavior.  I have verified that 
options.cxx still processes --disable-panel.  If I toggle the 2D panel 
from within FlightGear, I get the 2D panel placed in front of the 3D panel.
The 3D panel is part of the aircraft model. If you want to remove it, 
you would have to disable the aircraft model fro that particular view. I 
think it is doable, but just hasn't been done.

Erik

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] Disabling the 3D Panel

2003-03-22 Thread Norman Vine
Jonathan Polley writes:
 
 Now that I have FlightGear linking, I have found another problem that 
 has cropped up recently (I'm not sure when, exactly).  It seems as if 
 the 3D panel is always active.  Since I always run FlightGear with the 
 --disable-panel in my .fgfsrc file, this causes problems.  If I don't 
 run with --disable-panel, I get the same behavior.  I have verified 
 that options.cxx still processes --disable-panel.  If I toggle the 2D 
 panel from within FlightGear, I get the 2D panel placed in front of the 
 3D panel.

The SIM was recently changed so the he C172 with 3D Panel 
was made to be the default

So you need to specify a different aircraft one without a 3D panel

or to revert to previous behaviour change
  $FG_BASE / aircraft / c172-set.xml 
to point to the 2D Paneled version as below

Norman

= cut here 
?xml version=1.0?

PropertyList include=c172p-set.xml
 sim
  descriptionAlias for c172p./description
 /sim
/PropertyList



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


re: [Flightgear-devel] Disabling the 3D Panel

2003-03-22 Thread David Megginson
Jonathan Polley writes:

  Now that I have FlightGear linking, I have found another problem
  that has cropped up recently (I'm not sure when, exactly).  It
  seems as if the 3D panel is always active.

Or to put it differently, in 3D space there isn't a simple panel that
you can toggle on and off, because the airplane around you is part of
the scene graph instead of a flat picture stuck in front of it.

You can toggle the 3D model with the /sim/view/internal property
(false to disable the 3D model).


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Disabling the 3D Panel

2003-03-22 Thread Martin Spott
Erik Hofman [EMAIL PROTECTED] wrote:

 The 3D panel is part of the aircraft model. If you want to remove it, 
 you would have to disable the aircraft model fro that particular view. I 
 think it is doable, but just hasn't been done.

I believe someone implemented a switch to toggle the 3D panel on one
aircraft - using Shift-C or something similar - but I don't remember which
one it was. Maybe I have a chance to try this weekend (I'll have to do some
work before monday   :-/

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel