1
0
Fork 0
fgdata/Aircraft/c172p/Models/Exterior/tiedowns/tiedownT.xml

54 lines
1.3 KiB
XML
Raw Normal View History

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