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/Instruments/Stby-AI/Stby-AI.xml

72 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!--
2017-07-14 15:57:14 +00:00
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<path>res/Stby-AI2.ac</path>
<!-- ANIMATIONS -->
<!-- Lighting -->
<animation>
<name>Instrument illumination</name>
<type>material</type>
<object-name>StbyAIface</object-name>
<!--object-name>StbyAIbezel</object-name>
<object-name>StbyAIframe</object-name>
<object-name>rollindex</object-name-->
<emission>
<red>0.4</red>
<green>0.35</green>
<blue>0.21</blue>
<factor-prop>controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<!-- Attitude indicator -->
<animation>
<name>Attitude indicator</name>
<type>texmultiple</type>
<object-name>StbyAIface</object-name>
<transform>
<subtype>textranslate</subtype>
<property>orientation/pitch-deg</property>
<factor>0.003076172</factor>
<axis>
<x>0</x>
<y>1</y>
</axis>
</transform>
<transform>
<subtype>texrotate</subtype>
<property>orientation/roll-deg</property>
<axis>
<x>0</x>
<y>0</y>
<z>-1</z>
</axis>
<center>
<x>0.25</x>
<y>0.5</y>
</center>
</transform>
</animation>
<!--animation>
<name>Roll pointer</name>
<type>rotate</type>
<object-name>rollarrow</object-name>
<property>orientation/roll-deg</property>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation-->
</PropertyList>