1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>alt.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <object-name>needle3</object-name>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <object-name>needle3</object-name>
- <emission>
- <red> 0.00 </red>
- <green> 0.25 </green>
- <blue> 0.05 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle1</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor> 0.36 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle2</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor> 0.036 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle3</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor> 0.0036 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|