-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcargotow.xml
59 lines (54 loc) · 1.5 KB
/
cargotow.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
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<!--
Cargo Towing - Cargo Towing Addon for Flightgear
Written and developed by Wayne Bragg (wlbragg)
Copyright (C) 2020 Wayne Bragg
cargotow.xml
Version 1.0.0 beta 1/21/2020
Cargo Towing is licensed under the Gnu Public License v3+ (GPLv3+)
-->
<PropertyList>
<model>
<name>ropeorigin</name>
<path>[addon=org.flightgear.addons.CGTOW]Models/long-line-uc.xml</path>
</model>
<animation>
<type>translate</type>
<object-name>ropeorigin</object-name>
<property>sim/gui/dialogs/rope-dialog/settings/x-pos</property>
<factor>1</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>translate</type>
<object-name>ropeorigin</object-name>
<property>sim/gui/dialogs/rope-dialog/settings/y-pos</property>
<factor>1</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>translate</type>
<object-name>ropeorigin</object-name>
<property>sim/gui/dialogs/rope-dialog/settings/z-pos</property>
<factor>1</factor>
<axis>
<x>0</x>
<y>0</y>
<z>1</z>
</axis>
</animation>
<animation>
<type>scale</type>
<object-name>ropeorigin</object-name>
<property>/sim/gui/dialogs/rope-dialog/settings/diameter</property>
<factor>1</factor>
</animation>
</PropertyList>