1
0
Fork 0
fgdata/Aircraft/c172r-3d-jsbsim-set.xml

43 lines
989 B
XML
Raw Normal View History

<?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>
<default-pitch-deg>-13</default-pitch-deg>
</config>
</view>
<current-view>
<pitch-offset-deg>-13</pitch-offset-deg>
</current-view>
</sim>
</PropertyList>