7598aca09f
Initial revision of a c182 with a 3d cockpit.
37 lines
849 B
XML
37 lines
849 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
JSBSim Cessna 182 with 3D cockpit.
|
|
|
|
Started October 7 2003 by Bartosz Kosiorek, gang65@poczta.onet.pl
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c182-jsbsim-set.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 182 (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.14</x-offset-m>
|
|
<y-offset-m archive="y">0.17</y-offset-m>
|
|
<z-offset-m archive="y">0.48</z-offset-m>
|
|
<pitch-offset-deg>-12</pitch-offset-deg>
|
|
</config>
|
|
</view>
|
|
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|