This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/Fuselages/A320/hstab.xml
Joshua Davidson bac32ed52e Control: Major rework of Flight Controls/Spoilers, Sim: Bugfixes
This reworks the entire inner workings of the flight controls, and makes
the aerodynamics and operation of spoilers better. I also fixed a few
bugs in the aircraft, and made some refinements. This is a huge change.
This fixes #26
2018-07-15 21:26:26 -04:00

62 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<PropertyList>
<path>res/hstab.ac</path>
<!-- Animation for the elevators -->
<animation>
<name>Left elevator</name>
<type>rotate</type>
<object-name>ElevatorL</object-name>
<property>sim/multiplay/generic/float[4]</property>
<factor>1</factor>
<axis>
<x1-m>4.8217428</x1-m>
<y1-m>-6.225</y1-m>
<z1-m>1.2998017</z1-m>
<x2-m>2.9796817</x2-m>
<y2-m>-0.96224</y2-m>
<z2-m>0.7486916</z2-m>
</axis>
</animation>
<animation>
<name>Right elevator</name>
<type>rotate</type>
<object-name>ElevatorR</object-name>
<property>sim/multiplay/generic/float[5]</property>
<factor>1</factor>
<axis>
<x1-m>2.9796817</x1-m>
<y1-m>0.96224</y1-m>
<z1-m>0.7486916</z1-m>
<x2-m>4.8217428</x2-m>
<y2-m>6.225</y2-m>
<z2-m>1.2998017</z2-m>
</axis>
</animation>
<!-- Animation for the horizontal stabilizer (elevator trim) -->
<animation>
<name>Horizontal Stabilizer</name>
<type>rotate</type>
<property>sim/multiplay/generic/float[9]</property>
<factor>1.0</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<center>
<x-m>2.4657749</x-m>
<z-m>0.7464073</z-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>