rmi.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0"?>
  2. <!--
  3. RMI loosely based on the Bendix/King KI-229
  4. Gary "Buckaroo" Neely
  5. -->
  6. <PropertyList>
  7. <path>rmi.ac</path>
  8. <animation>
  9. <type>material</type>
  10. <object-name>CompassPoints</object-name>
  11. <object-name>Needle1</object-name>
  12. <object-name>Needle2</object-name>
  13. <object-name>CompassRose</object-name>
  14. <emission>
  15. <red>0.8</red>
  16. <green>0.4</green>
  17. <blue>0.2</blue>
  18. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  19. </emission>
  20. </animation>
  21. <animation>
  22. <type>rotate</type>
  23. <object-name>CompassRose</object-name>
  24. <property>/instrumentation/heading-indicator/indicated-heading-deg</property>
  25. <!--<property>/orientation/heading-deg</property>-->
  26. <factor>-1</factor>
  27. <axis>
  28. <x>-1</x>
  29. <y>0</y>
  30. <z>0</z>
  31. </axis>
  32. </animation>
  33. <animation>
  34. <type>rotate</type>
  35. <object-name>Needle1</object-name>
  36. <property>/instrumentation/rmi-needle[0]/value</property>
  37. <axis>
  38. <x>-1</x>
  39. <y>0</y>
  40. <z>0</z>
  41. </axis>
  42. </animation>
  43. <animation>
  44. <type>rotate</type>
  45. <object-name>Needle2</object-name>
  46. <property>/instrumentation/rmi-needle[1]/value</property>
  47. <axis>
  48. <x>-1</x>
  49. <y>0</y>
  50. <z>0</z>
  51. </axis>
  52. </animation>
  53. </PropertyList>