Resolution3.xml
3.37 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0"?>
<PropertyList>
<path>resolution3.ac</path>
<nasal>
<load>
var livery_update = aircraft.livery_update.new("Aircraft/ATI-Resolution/Models/Liveries");
</load>
<unload>
livery_update.stop();
</unload>
</nasal>
<offsets>
<!--<heading-deg>90</heading-deg>-->
<!-- <pitch-deg>90</pitch-deg> -->
<!-- <roll-deg>90</roll-deg> -->
<z-m>0.144</z-m>
</offsets>
<model>
<path>Aircraft/ATI-Resolution/Models/smokeW.xml</path>
<offsets>
<x-m> 1.2</x-m>
<y-m> 0.0</y-m>
<z-m> 0.0</z-m>
<roll-deg> 0</roll-deg>
<pitch-deg> 0</pitch-deg>
<heading-deg>0</heading-deg>
</offsets>
</model>
<animation>
<type>rotate</type>
<object-name>rhelevon</object-name>
<property>controls/flight/elevator</property>
<factor>20</factor>
<offset-deg>0</offset-deg>
<center>
<x-m> 0.629 </x-m>
<y-m> 0.7 </y-m>
<z-m>-0.0035</z-m>
</center>
<axis>
<x> 0.221</x>
<y> 0.975</y>
<z> 0.002</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>rhelevon</object-name>
<property>controls/flight/aileron</property>
<factor>-20</factor>
<offset-deg>0</offset-deg>
<center>
<x-m> 0.629 </x-m>
<y-m> 0.7 </y-m>
<z-m> 0.0035</z-m>
</center>
<axis>
<x>0.221</x>
<y>0.975</y>
<z>0.002</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>lhelevon</object-name>
<property>controls/flight/elevator</property>
<factor>-20</factor>
<offset-deg>0</offset-deg>
<center>
<x-m> 0.629 </x-m>
<y-m>-0.7 </y-m>
<z-m> 0.0035</z-m>
</center>
<axis>
<x>0.221</x>
<y>-0.975</y>
<z>-0.002</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>lhelevon</object-name>
<property>controls/flight/aileron</property>
<factor>-20</factor>
<offset-deg>0</offset-deg>
<center>
<x-m> 0.629 </x-m>
<y-m>-0.7 </y-m>
<z-m> 0.0035</z-m>
</center>
<axis>
<x> 0.221</x>
<y>-0.975</y>
<z>-0.002</z>
</axis>
</animation>
<animation>
<type>spin</type>
<object-name>prop2</object-name>
<property>engines/engine/rpm</property>
<factor>1.0</factor>
<center>
<x-m> 0.697976</x-m>
<y-m> 0.000082</y-m>
<z-m>-0.000013</z-m>
</center>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Liveries start here -->
<animation>
<type>material</type>
<object-name>V_tails</object-name>
<property-base>sim/model/livery/material/v_tail</property-base>
<texture-prop>texture</texture-prop>
</animation>
<animation>
<object-name>Hull</object-name>
<type>material</type>
<property-base>sim/model/livery/material/hull</property-base>
<texture-prop>texture</texture-prop>
</animation>
<animation>
<object-name>WingTips</object-name>
<type>material</type>
<property-base>sim/model/livery/material/tips</property-base>
<texture-prop>texture</texture-prop>
</animation>
<animation>
<object-name>prop2</object-name>
<type>material</type>
<property-base>sim/model/livery/material/prop</property-base>
<texture-prop>texture</texture-prop>
</animation>
<animation>
<object-name>rhelevon</object-name>
<object-name>Wings</object-name>
<object-name>lhelevon</object-name>
<type>material</type>
<property-base>sim/model/livery/material/wings</property-base>
<texture-prop>texture</texture-prop>
</animation>
</PropertyList>