1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>adf.ac</path>
- <animation>
- <object-name>RMI.bezel</object-name>
- <object-name>RMI.btn</object-name>
- <object-name>RMI.face</object-name>
- <object-name>RMI.compass</object-name>
- <object-name>VORneedle</object-name>
- <object-name>ADFneedle</object-name>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>RMI.bezel</object-name>
- <object-name>RMI.btn</object-name>
- <object-name>RMI.face</object-name>
- <object-name>RMI.compass</object-name>
- <object-name>VORneedle</object-name>
- <object-name>ADFneedle</object-name>
- <object-name>vitre</object-name>
- </animation>
- <!-- working for Compositor -->
- <effect>
- <inherits-from>../../../../Effects/Glass/glass</inherits-from>
- <object-name>vitre</object-name>
- </effect>
- <animation>
- <type>material</type>
- <object-name>RMI.compass</object-name>
- <object-name>RMI.face</object-name>
- <object-name>RMI.btn</object-name>
- <object-name>VORneedle</object-name>
- <object-name>ADFneedle</object-name>
- <condition>
- <property>controls/electric/battery-switch</property>
- </condition>
- <emission>
- <factor-prop>controls/lighting/instruments-norm</factor-prop>
- <red> 0.50 </red>
- <green> 0.40 </green>
- <blue> 0.30 </blue>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>RMI.compass</object-name>
- <property>orientation/heading-magnetic-deg</property>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>VORneedle</object-name>
- <property>orientation/heading-deg</property>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>VORneedle</object-name>
- <property>instrumentation/nav/heading-deg</property>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ADFneedle</object-name>
- <property>instrumentation/adf/indicated-bearing-deg</property>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|