More modifications to the 172p:
- added untextured seats - moved the panel back to the proper position - changed viewpoint and field of view
This commit is contained in:
parent
a07b90cdf9
commit
6465aea9c7
3 changed files with 963 additions and 198 deletions
|
@ -43,7 +43,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<config>
|
||||
<goal-heading-deg>3</goal-heading-deg>
|
||||
<x-offset-m archive="y">-0.18</x-offset-m>
|
||||
<y-offset-m archive="y">0.30</y-offset-m>
|
||||
<y-offset-m archive="y">0.25</y-offset-m>
|
||||
<z-offset-m archive="y">0.2</z-offset-m>
|
||||
<default-field-of-view-deg>50.0</default-field-of-view-deg>
|
||||
<default-pitch-deg>-9.5</default-pitch-deg>
|
||||
|
@ -59,7 +59,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</view>
|
||||
|
||||
<current-view>
|
||||
<field-of-view>50</field-of-view>
|
||||
<field-of-view>70</field-of-view>
|
||||
<heading-offset-deg>-1.5</heading-offset-deg>
|
||||
<pitch-offset-deg>-9.5</pitch-offset-deg>
|
||||
</current-view>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -10,19 +10,19 @@
|
|||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
||||
<bottom-left>
|
||||
<x-m>-0.59</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
<x-m>-0.36</x-m>
|
||||
<y-m>-0.50</y-m>
|
||||
<z-m>-0.10</z-m>
|
||||
</bottom-left>
|
||||
<bottom-right>
|
||||
<x-m>-0.59</x-m>
|
||||
<y-m> 0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
<x-m>-0.36</x-m>
|
||||
<y-m> 0.50</y-m>
|
||||
<z-m>-0.10</z-m>
|
||||
</bottom-right>
|
||||
<top-left>
|
||||
<x-m>-0.59</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m> 0.22</z-m>
|
||||
<x-m>-0.36</x-m>
|
||||
<y-m>-0.50</y-m>
|
||||
<z-m> 0.25</z-m>
|
||||
</top-left>
|
||||
</panel>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue