forked from d-jsb/CRJ700-family
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon-views.xml
50 lines (49 loc) · 1.55 KB
/
common-views.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
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" ?>
<!--
CRJ700 family common views
z-offset-m will be adjusted automatically for cockpit views n=0,100-109
see master.nas
-->
<PropertyList>
<view n="119">
<name>Gear</name>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<x-offset-m>0</x-offset-m>
<y-offset-m>-2.5</y-offset-m>
<z-offset-m>-8.6</z-offset-m>
<pitch-offset-deg>-10</pitch-offset-deg>
<heading-offset-deg>180</heading-offset-deg>
<default-field-of-view-deg type="double">80.0</default-field-of-view-deg>
</config>
</view>
<view n="122">
<name>L wing</name>
<type>lookfrom</type>
<internal type="bool" archive="y">false</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">-2.2</x-offset-m>
<y-offset-m archive="y">-0.6</y-offset-m>
<z-offset-m archive="y">1.4</z-offset-m>
<pitch-offset-deg>-1</pitch-offset-deg>
<heading-offset-deg>10</heading-offset-deg>
<default-field-of-view-deg type="double">65</default-field-of-view-deg>
</config>
</view>
<view n="123">
<name>R wing</name>
<type>lookfrom</type>
<internal type="bool" archive="y">false</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">10.71</x-offset-m>
<y-offset-m archive="y">-0.6</y-offset-m>
<z-offset-m archive="y">4.24</z-offset-m>
<pitch-offset-deg>-1</pitch-offset-deg>
<heading-offset-deg>130</heading-offset-deg>
<default-field-of-view-deg type="double">65</default-field-of-view-deg>
</config>
</view>
</PropertyList>