12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0"?>
- <!-- KI 227-01
- ADF Heading Indicator -HSI driven compass card
- Syd Adams
- -->
- <PropertyList>
- <path>ki227.ac</path>
- <animation>
- <type>material</type>
- <object-name>KI227card</object-name>
- <object-name>KI227.needle</object-name>
- <object-name>KI227.knob</object-name>
- <object-name>KI227.face</object-name>
- <emission>
- <red>0.028</red>
- <green>0.014</green>
- <blue>0.007</blue>
- <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>KI227card</object-name>
- <property>instrumentation/heading-indicator/indicated-heading-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>KI227.needle</object-name>
- <property>/instrumentation/kr-87/outputs/needle-deg</property>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|