1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0"?>
- <!--
- RMI loosely based on the Bendix/King KI-229
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>rmi.ac</path>
- <animation>
- <type>material</type>
- <object-name>CompassPoints</object-name>
- <object-name>Needle1</object-name>
- <object-name>Needle2</object-name>
- <object-name>CompassRose</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>rotate</type>
- <object-name>CompassRose</object-name>
- <property>/instrumentation/heading-indicator/indicated-heading-deg</property>
- <!--<property>/orientation/heading-deg</property>-->
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Needle1</object-name>
- <property>/instrumentation/rmi-needle[0]/value</property>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Needle2</object-name>
- <property>/instrumentation/rmi-needle[1]/value</property>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|