1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>rmi.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>boutons</object-name>
- <object-name>compass</object-name>
- <object-name>needle.vor</object-name>
- <object-name>needle.adf</object-name>
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>boutons</object-name>
- <object-name>compass</object-name>
- <object-name>needle.vor</object-name>
- <object-name>needle.adf</object-name>
- <condition>
- <property>/controls/lighting/instrument-lights</property>
- </condition>
- <emission>
- <red> 0.85 </red>
- <green> 0.55 </green>
- <blue> 0.55 </blue>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>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>
- <property>orientation/heading-deg</property>
- <object-name>needle.vor</object-name>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle.vor</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>needle.adf</object-name>
- <property>instrumentation/adf/indicated-bearing-deg</property>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|