Re: [Flightgear-devel] Pilatus PC-7 panel patch

2006-09-12 Thread Martin Spott
Erik Hofman wrote:
 Martin Spott wrote:
  Buchanan, Stuart wrote:
  
  Here's a patch for the PC-7 to add a panel to the 3-D cockpit. In fact,
  the panel is the same as the 2D one, so the only real affect is to attach
  the 2D panel to the firewall so it doesn't disappear when you move the
  viewpoint. 
  
  I appreciate this change,
 
 Just for the record, I appreciate any patch or change to any of my 
 models if they improve it in any way.

So, when are we going to see Stuart's patch incorporated into CVS ?

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Pilatus PC-7 panel patch

2006-09-12 Thread Frederic Bouvier
Martin Spott wrote :
 So, when are we going to see Stuart's patch incorporated into CVS ?

Done,

-Fred


-- 
Frédéric Bouvier
http://frfoto.free.fr Photo gallery - album photo
http://www.fotolia.fr/p/2278  Other photo gallery
http://fgsd.sourceforge.net/  FlightGear Scenery Designer



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Pilatus PC-7 panel patch

2006-09-12 Thread Martin Spott
Frederic Bouvier wrote:
 Martin Spott wrote :
  So, when are we going to see Stuart's patch incorporated into CVS ?
 
 Done,

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Pilatus PC-7 panel patch

2006-09-11 Thread Erik Hofman
Martin Spott wrote:
 Buchanan, Stuart wrote:
 
 Here's a patch for the PC-7 to add a panel to the 3-D cockpit. In fact,
 the panel is the same as the 2D one, so the only real affect is to attach
 the 2D panel to the firewall so it doesn't disappear when you move the
 viewpoint. 
 
 I appreciate this change,

Just for the record, I appreciate any patch or change to any of my 
models if they improve it in any way.

Erik

-- 
http://www.ehtw.info (Dutch)Future of Enschede Airport Twente
http://www.ehofman.com/fgfs FlightGear Flight Simulator

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Pilatus PC-7 panel patch

2006-09-10 Thread Martin Spott
Buchanan, Stuart wrote:

 Here's a patch for the PC-7 to add a panel to the 3-D cockpit. In fact,
 the panel is the same as the 2D one, so the only real affect is to attach
 the 2D panel to the firewall so it doesn't disappear when you move the
 viewpoint. 

I appreciate this change,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Pilatus PC-7 panel patch

2006-09-09 Thread Buchanan, Stuart
Hi All,

Here's a patch for the PC-7 to add a panel to the 3-D cockpit. In fact,
the panel is the same as the 2D one, so the only real affect is to attach
the 2D panel to the firewall so it doesn't disappear when you move the
viewpoint. 

-Stuart

Index: pc7-set.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/pc7/pc7-set.xml,v
retrieving revision 1.8
diff -u -p -8 -w -r1.8 pc7-set.xml
--- pc7-set.xml 19 Apr 2005 13:53:36 -  1.8
+++ pc7-set.xml 9 Sep 2006 15:31:48 -
@@ -27,17 +27,17 @@ David Culp,  [EMAIL PROTECTED]
pathAircraft/pc7/Sounds/pc7-sound.xml/path
   /sound
 
   virtual-cockpit archive=ytrue/virtual-cockpit
   allow-toggle-cockpit archive=yfalse/allow-toggle-cockpit
 
   panel
pathAircraft/pc7/Panels/pc7-panel.xml/path
-   visibility archive=ytrue/visibility
+   visibility archive=yfalse/visibility
   /panel
 
   model
pathAircraft/pc7/Models/pc7.xml/path
   /model
 
   view n=0
internal archive=ytrue/internal
Index: Models/pc7.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/pc7/Models/pc7.xml,v
retrieving revision 1.6
diff -u -p -8 -w -r1.6 pc7.xml
--- Models/pc7.xml  8 Jan 2006 10:39:52 -   1.6
+++ Models/pc7.xml  9 Sep 2006 15:31:48 -
@@ -2,16 +2,38 @@
 
 PropertyList
 
  pathpc7.ac/path
  offsets
   pitch-deg-4/pitch-deg
  /offsets
 
+!-- Panel in 3-D Cockpit--
+ panel
+  namePanel3D/name
+  pathAircraft/pc7/Panels/pc7-panel.xml/path
+  bottom-left
+   x-m-0.5/x-m
+   y-m-0.4/y-m
+   z-m 0.85/z-m
+  /bottom-left
+  bottom-right
+   x-m-0.5/x-m
+   y-m 0.4/y-m
+   z-m 0.85/z-m
+  /bottom-right
+  top-left
+   x-m-0.5/x-m
+   y-m-0.4/y-m
+   z-m 1.25/z-m
+  /top-left
+  depth-test type=booltrue/depth-test
+ /panel
+
 !-- rain --
  model
   namerain/name
   pathModels/Weather/rain.xml/path
   offsets
x-m-1.21/x-m
y-m-0.24/y-m
z-m0.0/z-m






___ 
All new Yahoo! Mail The new Interface is stunning in its simplicity and ease 
of use. - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel