f44db83b25
From https://github.com/Juanvvc/c172p-detailed/ release/2016.1 commit 3f33b88bb015a8ee685ab3178932d16d6e072410 A big Thank-You to the c172p-detailed team for their ongoing work.
53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<path>tiedown.ac</path>
|
|
<nopreview/>
|
|
|
|
<params>
|
|
<heading-deg>rotors/tail/blade[0]/position-deg</heading-deg>
|
|
<pitch-deg>rotors/tail/blade[1]/position-deg</pitch-deg>
|
|
<length-m>rotors/tail/rpm</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>
|