1
0
Fork 0
fgdata/Data/AI/nimitz_demo.xml
ehofman 1fc12ea872 Mathias Fröhlich:
I have done some cleanup where I moved some values out of classes where they
do not belong and such stuff.
Also the fols offsets are now named in the carrier xml file with a more
verbose name (flols-pos/offset-*) than before (only offset-*).
There is a little preparation for definitions of parking positions on the
carrier which should later be used for starting flightgear directly on the
2005-03-19 09:56:35 +00:00

43 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!--
x, y, z-offset-m The distance in meters of the Fresnel Lens Optical Landing System
(FLOLS) from the carrier model origin.
-->
<PropertyList>
<scenario>
<entry>
<type>carrier</type>
<name>Nimitz</name>
<pennant-number>CVN-68</pennant-number>
<model>Models/Geometry/Nimitz/carrier.xml</model>
<wire>wire-1</wire>
<wire>wire-2</wire>
<wire>wire-3</wire>
<wire>wire-4</wire>
<catapult>cat-1</catapult>
<catapult>cat-2</catapult>
<catapult>cat-3</catapult>
<catapult>cat-4</catapult>
<solid>Deck</solid>
<solid>Round-down</solid>
<solid>Elevator-3-Deck</solid>
<solid>Elevator-4-Deck</solid>
<latitude>37.63</latitude>
<longitude>-122.34</longitude>
<speed>10</speed>
<heading>285</heading>
<rudder>0</rudder>
<turn-radius-ft>3000</turn-radius-ft>
<flols-pos>
<x-offset-m>69.84</x-offset-m>
<y-offset-m>-39.67</y-offset-m>
<z-offset-m>21.47</z-offset-m>
</flols-pos>
<parking-pos>
<x-offset-m>74.10</x-offset-m>
<y-offset-m>-31.84</y-offset-m>
<z-offset-m>21.47</z-offset-m>
</parking-pos>
</entry>
</scenario>
</PropertyList>