-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon-config.xml
More file actions
39 lines (33 loc) · 1.52 KB
/
addon-config.xml
File metadata and controls
39 lines (33 loc) · 1.52 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
<?xml version="1.0"?>
<PropertyList>
<sim>
<ai>
<groundservices include="AI/groundservices.xml"/>
</ai>
<!-- Apparently a view needs a fix index -->
<view n="18977">
<name>Ground Services View</name>
<type>lookfrom</type>
<config>
<from-model type="bool">false</from-model>
<from-model-idx type="int">0</from-model-idx>
<at-model type="bool">false</at-model>
<at-model-idx type="int">0</at-model-idx>
<eye-lat-deg-path>/groundservices/viewpoint/position/latitude-deg</eye-lat-deg-path>
<eye-lon-deg-path>/groundservices/viewpoint/position/longitude-deg</eye-lon-deg-path>
<eye-alt-ft-path>/groundservices/viewpoint/position/altitude-ft</eye-alt-ft-path>
<eye-heading-deg-path>/groundservices/viewpoint/orientation/heading-deg</eye-heading-deg-path>
<eye-pitch-deg-path>/groundservices/viewpoint/orientation/pitch-deg</eye-pitch-deg-path>
<eye-roll-deg-path>/groundservices/viewpoint/orientation/roll-deg</eye-roll-deg-path>
<ground-level-nearplane-m type="double">0.2f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">65.0</default-field-of-view-deg>
<x-offset-m type="double">0</x-offset-m>
<y-offset-m type="double">0</y-offset-m>
<z-offset-m type="double">0</z-offset-m>
<heading-offset-deg>0</heading-offset-deg>
<pitch-offset-deg>0</pitch-offset-deg>
<roll-offset-deg>0</roll-offset-deg>
</config>
</view>
</sim>
</PropertyList>