[pkg-fgfs-crew] Bug#760082: flightgear-data-aircrafts: SenecaII: default field of vision is too narrow

Ludovic Brenta ludovic at ludovic-brenta.org
Sun Aug 31 15:58:15 UTC 2014


Package: flightgear-data-aircrafts
Version: 3.0.0-1
Severity: wishlist
Tags: patch

The human field of vision is normally 180 degrees, with the middle 90
degrees being precise and peripheral vision making up the remainder.
The SenecaII uses a 50 degree field of vision by default which makes the
cockpit occupy too much real estate on the screen (for me).  Also this
field of vision hides the exhaust gas temperature gauges, which I
monitor constantly during climb.

This patch corrects these problems:

Revision: 881d90681de950215bc0154cdc2d7207b044df2e
Parent:   1ed6e148865ad2802ac55d051a2e33119d4eb6ac
Author:   Ludovic Brenta
Date:     2014-08-26T01:40:45
Branch:   org.flightgear.aircraft.SenecaII

Changelog: 

* Change the default field of vision from 50° to 66°.
  (This makes the left EGT gauge visible in the cockpit).

Changes against parent 1ed6e148865ad2802ac55d051a2e33119d4eb6ac

  patched  SenecaII-base.xml

============================================================
--- SenecaII-base.xml	52338a9418791ea3e158828de0018c94b76cd568
+++ SenecaII-base.xml	f31d886b1561c549339182f8777619a31d9c2da2
@@ -90,7 +90,7 @@
     <view n="0">
       <internal>true</internal>
       <config>
-        <default-field-of-view-deg type="double">50</default-field-of-view-deg>
+        <default-field-of-view-deg type="double">66</default-field-of-view-deg>
         <x-offset-m type="double">-0.358</x-offset-m>
         <y-offset-m type="double">1.75</y-offset-m>
         <z-offset-m type="double">-0.3</z-offset-m>
@@ -110,7 +110,7 @@
         <from-model type="bool">true</from-model>
         <from-model-idx type="int">0</from-model-idx>
         <ground-level-nearplane-m type="double">0.01</ground-level-nearplane-m>
-        <default-field-of-view-deg type="double">50</default-field-of-view-deg>
+        <default-field-of-view-deg type="double">66</default-field-of-view-deg>
         <pitch-offset-deg>-15</pitch-offset-deg>
         <heading-offset-deg>80</heading-offset-deg>
         <x-offset-m type="double">-0.25</x-offset-m>
@@ -126,7 +126,7 @@
         <from-model type="bool">true</from-model>
         <from-model-idx type="int">0</from-model-idx>
         <ground-level-nearplane-m type="double">0.01</ground-level-nearplane-m>
-        <default-field-of-view-deg type="double">50</default-field-of-view-deg>
+        <default-field-of-view-deg type="double">66</default-field-of-view-deg>
         <pitch-offset-deg>-15</pitch-offset-deg>
         <heading-offset-deg>-80</heading-offset-deg>
         <x-offset-m type="double">0.25</x-offset-m>
@@ -142,7 +142,7 @@
         <from-model type="bool">true</from-model>
         <from-model-idx type="int">0</from-model-idx>
         <ground-level-nearplane-m type="double">0.01</ground-level-nearplane-m>
-        <default-field-of-view-deg type="double">50</default-field-of-view-deg>
+        <default-field-of-view-deg type="double">66</default-field-of-view-deg>
         <pitch-offset-deg>-15</pitch-offset-deg>
         <x-offset-m type="double">0.358</x-offset-m>
         <y-offset-m type="double">1.75</y-offset-m>




-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (10000, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



More information about the pkg-fgfs-crew mailing list