54 lines
1.3 KiB
XML
54 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<PropertyList>
|
||
|
|
||
|
<path>tiedown.ac</path>
|
||
|
<nopreview/>
|
||
|
|
||
|
<params>
|
||
|
<heading-deg>rotors/main/blade[0]/flap-deg</heading-deg>
|
||
|
<pitch-deg>rotors/main/blade[1]/flap-deg</pitch-deg>
|
||
|
<length-m>rotors/main/blade[2]/flap-deg</length-m>
|
||
|
</params>
|
||
|
|
||
|
<!-- Yaw -->
|
||
|
<animation>
|
||
|
<object-name>tiedown-unit</object-name>
|
||
|
<type>rotate</type>
|
||
|
<property alias="/params/heading-deg"/>
|
||
|
<factor>-1</factor>
|
||
|
<axis>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<z>1</z>
|
||
|
</axis>
|
||
|
</animation>
|
||
|
|
||
|
<!-- Pitch -->
|
||
|
<animation>
|
||
|
<object-name>tiedown-unit</object-name>
|
||
|
<type>rotate</type>
|
||
|
<property alias="/params/pitch-deg"/>
|
||
|
<factor>-1</factor>
|
||
|
<axis>
|
||
|
<x>0</x>
|
||
|
<y>1</y>
|
||
|
<z>0</z>
|
||
|
</axis>
|
||
|
</animation>
|
||
|
|
||
|
<!-- Distance -->
|
||
|
<animation>
|
||
|
<object-name>tiedown-unit</object-name>
|
||
|
<type>scale</type>
|
||
|
<property alias="/params/length-m"/>
|
||
|
<x-min>0.0</x-min>
|
||
|
<y-min>1.0</y-min>
|
||
|
<z-min>1.0</z-min>
|
||
|
<x-factor>0.3846153846153846</x-factor>
|
||
|
<y-factor>0.0</y-factor>
|
||
|
<z-factor>0.0</z-factor>
|
||
|
</animation>
|
||
|
|
||
|
</PropertyList>
|