1
0
Fork 0
fgdata/Aircraft/c310-uiuc-set.xml
david 8a6e3e409a New Cessna 310 model, still incomplete (no proper gear and no
textures).  Most animations are working, but they're using the
/controls/* properties, so flap movement isn't smooth.
2002-03-01 23:04:02 +00:00

35 lines
794 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
UIUC Cessna 310 init file.
************************************************************************
-->
<PropertyList>
<sim>
<flight-model>larcsim</flight-model>
<aero>uiuc</aero>
<aircraft-dir>Aircraft-uiuc/Cessna310</aircraft-dir>
<sound>
<audible>true</audible>
<path>Aircraft/c310/c310-sound.xml</path>
</sound>
<panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c310/c310-mini-panel.xml</path>
</panel_2>
<model>
<path>Aircraft/c310/Models/c310-dpm.xml</path>
<heading-offset-deg>0</heading-offset-deg>
<z-offset-m>-0.555</z-offset-m>
</model>
</sim>
</PropertyList>