12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>ai.ac</path>
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
- <object-name>Pitch</object-name>
- <object-name>Bezel</object-name>
- <object-name>Ring</object-name>
- <object-name>Front</object-name>
- <condition>
- <property>/controls/lighting/instrument-lights</property>
- </condition>
- <emission>
- <red> 0.80 </red>
- <green> 0.50 </green>
- <blue> 0.50 </blue>
- </emission>
- </animation>
- <animation>
- <name>PitchTranslation</name>
- <type>translate</type>
- <object-name>Pitch</object-name>
- <property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
- <factor>-0.000530</factor>
- <min-m>-0.01575</min-m>
- <max-m>0.01575</max-m>
- <axis>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </axis>
- </animation>
- <animation>
- <name>BezelTranslation</name>
- <type>translate</type>
- <object-name>Bezel</object-name>
- <property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
- <factor>-0.000530</factor>
- <min-m>-0.01575</min-m>
- <max-m>0.01575</max-m>
- <axis>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Face</object-name>
- <object-name>PitchTranslation</object-name>
- <property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <!--
- This cannot be part of the same rotation as the others, or else
- it screws up the alpha drawing order and hides the bezel.
- -->
- <animation>
- <type>rotate</type>
- <object-name>Ring</object-name>
- <property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|