50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Cessna 310U3A simulation config. This files ties together all the components
|
|
used by FGFS to represent the C310R. Components include the flight data
|
|
model, instrument panel, and external 3D model.
|
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
|
|
|
March 2002 Jim Wilson, jimw@kelcomaine.com
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c310-jsbsim-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 310U3A w. 3D cockpit</description>
|
|
|
|
<virtual-cockpit archive="y">true</virtual-cockpit>
|
|
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
|
|
|
|
<panel>
|
|
<path>Aircraft/c310u3a/c310u3a-panel.xml</path>
|
|
<visibility>false</visibility>
|
|
</panel>
|
|
|
|
<model>
|
|
<path>Aircraft/c310u3a/Models/c310u3a.xml</path>
|
|
<light-blinks-minute type="int">60</light-blinks-minute>
|
|
</model>
|
|
|
|
<view n="0">
|
|
<internal archive="y">true</internal>
|
|
<config>
|
|
<x-offset-m archive="y" type="double">-0.28</x-offset-m>
|
|
<y-offset-m archive="y" type="double">0.65</y-offset-m>
|
|
<z-offset-m archive="y" type="double">-0.10</z-offset-m>
|
|
<pitch-offset-deg>-15</pitch-offset-deg>
|
|
</config>
|
|
</view>
|
|
|
|
<instrument-options>
|
|
<dg>
|
|
<style>1</style>
|
|
</dg>
|
|
</instrument-options>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|