37 lines
847 B
XML
37 lines
847 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
JSBSim Cessna 172P with 3D cockpit.
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c172p-jsbsim-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 172P (JSBSim, 3D cockpit)</description>
|
|
|
|
<!-- hide the 2D panel -->
|
|
|
|
<panel>
|
|
<visibility archive="y">false</visibility>
|
|
</panel>
|
|
|
|
<!-- position the pilot viewpoint and angle -->
|
|
|
|
<view>
|
|
<internal archive="y">true</internal>
|
|
<config>
|
|
<x-offset-m archive="y">-0.18</x-offset-m>
|
|
<y-offset-m archive="y">0.30</y-offset-m>
|
|
<z-offset-m archive="y">0.4</z-offset-m>
|
|
<pitch-offset-deg>-12</pitch-offset-deg>
|
|
</config>
|
|
</view>
|
|
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|