1
0
Fork 0
A320-family/Models/Instruments/IESI/IESI.xml

46 lines
1.1 KiB
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0"?>
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<path>res/IESI.ac</path>
<animation>
<type>pick</type>
<object-name>iesi.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_iesi.showIESI();</script>
</binding>
</action>
</animation>
2020-10-25 15:40:04 +00:00
<animation>
2019-10-14 16:48:35 +00:00
<type>material</type>
2020-10-25 15:40:04 +00:00
<object-name>iesi.screen</object-name>
2019-10-14 16:48:35 +00:00
<emission>
<red>1</red>
<green>1</green>
<blue>1</blue>
<factor-prop>controls/lighting/DU/iesi</factor-prop>
</emission>
2020-10-25 15:40:04 +00:00
</animation>
2021-06-06 16:45:04 +00:00
<effect>
<inherits-from>Aircraft/A320-family/Models/Effects/displays/lcd</inherits-from>
<parameters>
<inner-angle>90</inner-angle> <!-- 0-90, use 90 for LED or plasma display-->
<outer-angle>90</outer-angle> <!-- 0-90, but greater than inner -->
<black-angle>90</black-angle> <!-- 0-90, but greater than outer -->
<dirt-factor>0.09</dirt-factor>
<contrast><use>instrumentation/iesi/lcd-contrast</use></contrast>
</parameters>
<object-name>iesi.screen</object-name>
</effect>
2019-10-14 16:48:35 +00:00
</PropertyList>