1
0

adf.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>adf.ac</path>
  4. <animation>
  5. <object-name>RMI.bezel</object-name>
  6. <object-name>RMI.btn</object-name>
  7. <object-name>RMI.face</object-name>
  8. <object-name>RMI.compass</object-name>
  9. <object-name>VORneedle</object-name>
  10. <object-name>ADFneedle</object-name>
  11. <object-name>vitre</object-name>
  12. </animation>
  13. <animation>
  14. <type>noshadow</type>
  15. <object-name>RMI.bezel</object-name>
  16. <object-name>RMI.btn</object-name>
  17. <object-name>RMI.face</object-name>
  18. <object-name>RMI.compass</object-name>
  19. <object-name>VORneedle</object-name>
  20. <object-name>ADFneedle</object-name>
  21. <object-name>vitre</object-name>
  22. </animation>
  23. <!-- working for Compositor -->
  24. <effect>
  25. <inherits-from>../../../../Effects/Glass/glass</inherits-from>
  26. <object-name>vitre</object-name>
  27. </effect>
  28. <animation>
  29. <type>material</type>
  30. <object-name>RMI.compass</object-name>
  31. <object-name>RMI.face</object-name>
  32. <object-name>RMI.btn</object-name>
  33. <object-name>VORneedle</object-name>
  34. <object-name>ADFneedle</object-name>
  35. <condition>
  36. <property>controls/electric/battery-switch</property>
  37. </condition>
  38. <emission>
  39. <factor-prop>controls/lighting/instruments-norm</factor-prop>
  40. <red> 0.50 </red>
  41. <green> 0.40 </green>
  42. <blue> 0.30 </blue>
  43. </emission>
  44. </animation>
  45. <animation>
  46. <type>rotate</type>
  47. <object-name>RMI.compass</object-name>
  48. <property>orientation/heading-magnetic-deg</property>
  49. <axis>
  50. <x> 1 </x>
  51. <y> 0 </y>
  52. <z> 0 </z>
  53. </axis>
  54. </animation>
  55. <animation>
  56. <type>rotate</type>
  57. <object-name>VORneedle</object-name>
  58. <property>orientation/heading-deg</property>
  59. <axis>
  60. <x> 1 </x>
  61. <y> 0 </y>
  62. <z> 0 </z>
  63. </axis>
  64. </animation>
  65. <animation>
  66. <type>rotate</type>
  67. <object-name>VORneedle</object-name>
  68. <property>instrumentation/nav/heading-deg</property>
  69. <axis>
  70. <x> -1 </x>
  71. <y> 0 </y>
  72. <z> 0 </z>
  73. </axis>
  74. </animation>
  75. <animation>
  76. <type>rotate</type>
  77. <object-name>ADFneedle</object-name>
  78. <property>instrumentation/adf/indicated-bearing-deg</property>
  79. <axis>
  80. <x> -1 </x>
  81. <y> 0 </y>
  82. <z> 0 </z>
  83. </axis>
  84. </animation>
  85. </PropertyList>