File: foxtrot.xml

package info (click to toggle)
flightgear-data 1%3A2020.3.16%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,651,296 kB
  • sloc: xml: 4,380,527; python: 222; perl: 67; makefile: 31
file content (37 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<PropertyList>

	<path>Foxtrot.ac</path>
	<animation>
		<type>rotate</type>
		<object-name>Foxtrot</object-name>
				<property>environment/rel-wind-from-carrier-hdg-degs</property>
		<center>
			<x-m>0.00</x-m>
			<y-m>0.00</y-m>
			<z-m>0.00</z-m>
		</center>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>-1</z>
		</axis>
	</animation>

	<effect>
		<inherits-from>/Effects/flutter</inherits-from>
		<parameters>
			<speed-kt>
				<use>/environment/Vinson/spd-kt</use>
			</speed-kt>
			<heading-deg>
				<use>/environment/Vinson/hdg-deg</use>
			</heading-deg>
			<offset>0.05</offset>
			<amplitude-factor>0.2</amplitude-factor>
		</parameters>
		<object-name>Foxtrot</object-name>
	</effect>


</PropertyList>