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
This commit is contained in:
parent
742ca69a85
commit
1fc12ea872
1 changed files with 12 additions and 3 deletions
|
@ -7,6 +7,8 @@
|
|||
<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>
|
||||
|
@ -26,9 +28,16 @@
|
|||
<heading>285</heading>
|
||||
<rudder>0</rudder>
|
||||
<turn-radius-ft>3000</turn-radius-ft>
|
||||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue