2002-05-26 01:45:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
Hang glider simulation config. This file ties together all the
|
2002-11-09 02:28:10 +00:00
|
|
|
components used by FGFS to represent a generic hang glider.
|
|
|
|
Components include the flight data model, instrument panel, and
|
2002-12-26 07:36:09 +00:00
|
|
|
external model.
|
2002-05-26 01:45:53 +00:00
|
|
|
|
2002-11-09 02:28:10 +00:00
|
|
|
Flight model details:
|
|
|
|
Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html
|
2002-05-26 01:45:53 +00:00
|
|
|
|
2002-12-26 07:36:09 +00:00
|
|
|
External model details:
|
|
|
|
Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/README.TXT
|
2002-11-09 02:28:10 +00:00
|
|
|
(courtesy of Captain Slug, captainslg@aol.com)
|
2002-05-26 01:45:53 +00:00
|
|
|
|
2002-11-09 02:28:10 +00:00
|
|
|
Last update: Nov 8, 2002 Michael Selig, m-selig@uiuc.edu
|
2002-05-26 01:45:53 +00:00
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<sim>
|
|
|
|
|
2002-12-26 07:36:09 +00:00
|
|
|
<description>Airwave Xtreme 150 hang glider (UIUC)</description>
|
2002-08-28 15:00:25 +00:00
|
|
|
|
2002-05-26 01:45:53 +00:00
|
|
|
<flight-model>larcsim</flight-model>
|
|
|
|
<aero>uiuc</aero>
|
2002-12-26 07:36:09 +00:00
|
|
|
<uiuc-type>uiuc-hangglider</uiuc-type>
|
2002-05-26 01:45:53 +00:00
|
|
|
<aircraft-dir>Aircraft/UIUC/airwaveXtreme150-v1-nl</aircraft-dir>
|
|
|
|
|
|
|
|
<sound>
|
|
|
|
<audible>true</audible>
|
|
|
|
<path>Aircraft/airwaveXtreme150/Sounds/uiuc/airwaveXtreme150-sound.xml</path>
|
|
|
|
</sound>
|
|
|
|
|
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
|
|
|
<visibility>true</visibility>
|
|
|
|
</panel>
|
|
|
|
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
|
|
|
|
|
|
|
<model>
|
2002-11-09 02:28:10 +00:00
|
|
|
<path>Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr-cs-model.xml</path>
|
2002-05-26 01:45:53 +00:00
|
|
|
</model>
|
|
|
|
|
2003-06-08 22:50:34 +00:00
|
|
|
<view n="1">
|
|
|
|
<config>
|
|
|
|
<eye-heading-deg-path>/orientation/gamma-horiz-deg</eye-heading-deg-path>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2002-05-26 01:45:53 +00:00
|
|
|
</sim>
|
|
|
|
</PropertyList>
|