1
0
Fork 0

Modified the initial view position and angle, based partly on

suggestions from Cameron Moore.  The pilot view position is now
further back, further to the left, and higher, giving better
visibility over the nose and out the left window for circuits and low
passes (i.e. to see the wind sock).  The initial view angle is down
20%.  Unfortunately, the default FOV is slightly wide-angle, and the
down view makes that noticeable.
This commit is contained in:
david 2002-07-31 17:27:57 +00:00
parent cb7b6369af
commit c01d9d77db

View file

@ -35,14 +35,14 @@ October 23 2001 John Check, fgpanels@rockfish.net
<view>
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.15</x-offset-m>
<y-offset-m archive="y">0.20</y-offset-m>
<z-offset-m archive="y">0.55</z-offset-m>
<x-offset-m archive="y">-0.25</x-offset-m>
<y-offset-m archive="y">0.25</y-offset-m>
<z-offset-m archive="y">0.66</z-offset-m>
</config>
</view>
<current-view>
<pitch-offset-deg>-10</pitch-offset-deg>
<pitch-offset-deg>-20</pitch-offset-deg>
</current-view>
</sim>