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-100/vstab.xml

62 lines
1.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!--
2017-11-16 19:29:08 +00:00
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<PropertyList>
<path>res/vstab.ac</path>
<!--effect>
2017-09-17 17:11:35 +00:00
<inherits-from>Aircraft/IDG-A32X/Models/Effects/NEOreflect</inherits-from>
<object-name>Vstab</object-name>
<object-name>Rudder</object-name>
</effect-->
<!-- Animation for the rudder -->
<animation>
<name>Rudder</name>
<type>rotate</type>
<object-name>Rudder</object-name>
<property>sim/multiplay/generic/float[8]</property>
<factor>1</factor>
<axis>
<x1-m>4.013</x1-m>
<y1-m>0</y1-m>
<z1-m>1.899</z1-m>
<x2-m>6.546</x2-m>
<y2-m>0</y2-m>
<z2-m>7.895</z2-m>
</axis>
</animation>
2017-08-04 18:31:16 +00:00
<!-- Animation for the logo light
<animation>
<name>Logo light illumination</name>
<type>material</type>
<object-name>Vstab</object-name>
<object-name>Rudder</object-name>
<condition>
<equals>
2017-08-04 17:59:05 +00:00
<property>/sim/model/lights/logo-lights</property>
<value>1</value>
</equals>
</condition>
<emission>
<red>0.25</red>
<green>0.25</green>
<blue>0.25</blue>
</emission>
2017-08-04 18:31:16 +00:00
</animation> -->
<effect>
2017-09-17 17:11:35 +00:00
<inherits-from>Aircraft/IDG-A32X/Models/Effects/logo</inherits-from>
2017-08-04 18:31:16 +00:00
<object-name>Vstab</object-name>
<object-name>Rudder</object-name>
</effect>
</PropertyList>