Bartosz Kosiorek:
Initial revision of a c182 with a 3d cockpit.
This commit is contained in:
parent
ba40b30c8c
commit
7598aca09f
1 changed files with 37 additions and 0 deletions
37
Aircraft/c182-3d-jsbsim-set.xml
Normal file
37
Aircraft/c182-3d-jsbsim-set.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?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>
|
Loading…
Reference in a new issue