<?xml version="1.0"?>
<!--
************************************************************************
JSBSim Cessna 172R with 3D cockpit.

Started October 23 2001 by John Check, fgpanels@rockfish.net
************************************************************************
-->

<PropertyList include="c172r-jsbsim-base.xml">

 <sim>

  <description>Cessna 172R (JSBSim, 3D cockpit)</description>

  <allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>

  <!-- 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.25</x-offset-m>
    <y-offset-m archive="y">0.20</y-offset-m>
    <z-offset-m archive="y">0.66</z-offset-m>
    <pitch-offset-deg>-13</pitch-offset-deg>
   </config>
  </view>

 </sim>
  
</PropertyList>