1
0
Fork 0
fgdata/Aircraft/c172p/Models/Exterior/tiedowns/tiedownR.xml
Stuart Buchanan f44db83b25 Merge of the c172p-detailed
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.
2016-02-10 21:32:19 +00:00

53 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>