Some more improvements to the 172p model.
This commit is contained in:
parent
864235b14c
commit
ad929fcc6e
4 changed files with 1383 additions and 1125 deletions
|
@ -14,7 +14,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<sim>
|
||||
|
||||
<description>Cessna 172p</description>
|
||||
<description>Cessna 172P</description>
|
||||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>c172</aero>
|
||||
|
@ -25,17 +25,26 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
<visibility>false</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/c172p/Models/c172p.xml</path>
|
||||
</model>
|
||||
|
||||
<view>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<x-offset-m archive="y">-0.2</x-offset-m>
|
||||
<y-offset-m archive="y">0.3</y-offset-m>
|
||||
<z-offset-m archive="y">0.1</z-offset-m>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
<current-view>
|
||||
<pitch-offset-deg>-13</pitch-offset-deg>
|
||||
</current-view>
|
||||
|
||||
</sim>
|
||||
|
||||
<autopilot>
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,25 @@
|
|||
|
||||
<path>c172p.ac</path>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
||||
<bottom-left>
|
||||
<x-m>-0.65</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
</bottom-left>
|
||||
<bottom-right>
|
||||
<x-m>-0.65</x-m>
|
||||
<y-m> 0.45</y-m>
|
||||
<z-m>-0.08</z-m>
|
||||
</bottom-right>
|
||||
<top-left>
|
||||
<x-m>-0.65</x-m>
|
||||
<y-m>-0.45</y-m>
|
||||
<z-m> 0.22</z-m>
|
||||
</top-left>
|
||||
</panel>
|
||||
|
||||
<!-- LOD for the model as a whole -->
|
||||
|
||||
<animation>
|
||||
|
|
Loading…
Reference in a new issue