123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0"?>
- <!--
- Outside Air Temperature indicator, loosely based on the Davtron 303
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>oat_m303.ac</path>
- <animation>
- <type>material</type>
- <object-name>Bezel</object-name>
- <emission>
- <red>0.2</red>
- <green>0.1</green>
- <blue>0.05</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>LabelF</object-name>
- <object-name>LabelC</object-name>
- <object-name>LabelE</object-name>
- <object-name>VoltsDigit1</object-name>
- <object-name>VoltsDigit2</object-name>
- <object-name>VoltsDigit3</object-name>
- <object-name>CenDigit1</object-name>
- <object-name>CenDigit2</object-name>
- <object-name>FarDigit1</object-name>
- <object-name>FarDigit2</object-name>
- <object-name>Decimal</object-name>
- <object-name>DegreeC</object-name>
- <object-name>DegreeF</object-name>
- <emission>
- <red>0.8</red>
- <green>0.4</green>
- <blue>0.2</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>select</type>
- <object-name>CenDigit1</object-name>
- <object-name>CenDigit2</object-name>
- <object-name>DegreeC</object-name>
- <object-name>LabelC</object-name>
- <condition>
- <and>
- <property>/systems/electrical/outputs/oat</property>
- <equals>
- <property>/instrumentation/oat/mode</property>
- <value>0</value>
- </equals>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>FarDigit1</object-name>
- <object-name>FarDigit2</object-name>
- <object-name>DegreeF</object-name>
- <object-name>LabelF</object-name>
- <condition>
- <and>
- <property>/systems/electrical/outputs/oat</property>
- <equals>
- <property>/instrumentation/oat/mode</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>VoltsDigit1</object-name>
- <object-name>VoltsDigit2</object-name>
- <object-name>Decimal</object-name>
- <object-name>VoltsDigit3</object-name>
- <object-name>LabelE</object-name>
- <condition>
- <and>
- <property>/systems/electrical/outputs/oat</property>
- <equals>
- <property>/instrumentation/oat/mode</property>
- <value>2</value>
- </equals>
- </and>
- </condition>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>CenDigit1</object-name>
- <property>/environment/temperature-degc</property>
- <factor>0.01</factor>
- <step>10</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>CenDigit2</object-name>
- <property>/environment/temperature-degc</property>
- <factor>0.1</factor>
- <step>1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>FarDigit1</object-name>
- <property>/environment/temperature-degf</property>
- <factor>0.01</factor>
- <step>10</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>FarDigit2</object-name>
- <property>/environment/temperature-degf</property>
- <factor>0.1</factor>
- <step>1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>VoltsDigit1</object-name>
- <property>/systems/electrical/outputs/oat</property>
- <factor>0.01</factor>
- <step>10</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>VoltsDigit2</object-name>
- <property>/systems/electrical/outputs/oat</property>
- <factor>0.1</factor>
- <step>1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>VoltsDigit3</object-name>
- <property>/systems/electrical/outputs/oat</property>
- <factor>1.0</factor>
- <step>0.1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|