123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>Turn.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>ball</object-name>
- <object-name>needle</object-name>
- </animation>
- <!--Working For Rembrandt-->
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
- <!--Working For Rembrandt-->
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>ball</object-name>
- <object-name>needle</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/engine/generator</property>
- <value>true</value>
- </equals>
- <equals>
- <property>controls/electric/engine[1]/generator</property>
- <value>true</value>
- </equals>
- <equals>
- <property>/controls/electric/battery-switch</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- <emission>
- <red> 0.80 </red>
- <green> 0.50 </green>
- <blue> 0.50 </blue>
- </emission>
-
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>needle</object-name>
- <emission>
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- <factor-prop>/controls/lighting/dash-dim</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>instrumentation/turn-indicator/indicated-turn-rate</property>
- <factor> 20 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ball</object-name>
- <property>instrumentation/slip-skid-ball/indicated-slip-skid</property>
- <factor>16</factor>
- <emission>
-
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- <factor-prop>/controls/lighting/dash-dim</factor-prop>
- </emission>
- <min-deg> -19 </min-deg>
- <max-deg> 19 </max-deg>
- <center>
- <x-m> 0.00 </x-m>
- <y-m> 0.00 </y-m>
- <z-m> 0.05 </z-m>
- </center>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|