-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMiG-21I-Cockpit.xml
43 lines (36 loc) · 1.01 KB
/
MiG-21I-Cockpit.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<path>Cockpit.ac</path>
<!-- Submodels -->
<model>
<name>Pilot</name>
<path>Aircraft/MiG-21bis/Models/Pilot/Pilot.xml</path>
<offsets>
<x-m>-3.25</x-m>
<y-m> 0.00 </y-m>
<z-m> 0.59</z-m>
<pitch-deg>0.0</pitch-deg>
</offsets>
<condition>
<not>
<property>/sim/current-view/internal</property>
</not>
</condition>
</model>
<model>
<name>Panel</name>
<path>Aircraft/MiG-21bis/Models/MiG-21I-Panel.xml</path>
</model>
<!--<effect>
<inherits-from>Aircraft/MiG-21bis/Models/Effects/cockpit/mig21-cockpit</inherits-from>
<object-name>panelMain</object-name>
<object-name>panelTopRightMid</object-name>
<object-name>panelLeft</object-name>
<object-name>panelTopLeftMid</object-name>
<object-name>panelTopRight</object-name>
<object-name>panelTopLeft</object-name>
<object-name>panelBottom</object-name>
<object-name>panelRadarGuard</object-name>
<object-name>panelRight</object-name>
</effect>-->
</PropertyList>