alt.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- altimeter -->
  3. <PropertyList>
  4. <path>alt.ac</path>
  5. <animation>
  6. <object-name>fond</object-name>
  7. <object-name>bouton</object-name>
  8. <object-name>face</object-name>
  9. <object-name>alt-Needle1</object-name>
  10. <object-name>alt-Needle2</object-name>
  11. <object-name>alt-Needle3</object-name>
  12. <object-name>vitre</object-name>
  13. </animation>
  14. <animation>
  15. <type>noshadow</type>
  16. <object-name>vitre</object-name>
  17. </animation>
  18. <animation>
  19. <type>shader</type>
  20. <shader>chrome</shader>
  21. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  22. <object-name>vitre</object-name>
  23. </animation>
  24. <animation>
  25. <type>material</type>
  26. <object-name>face</object-name>
  27. <object-name>alt-Needle1</object-name>
  28. <object-name>alt-Needle2</object-name>
  29. <object-name>alt-Needle3</object-name>
  30. <emission>
  31. <red> 0.50 </red>
  32. <green> 0.25 </green>
  33. <blue> 0.25 </blue>
  34. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  35. </emission>
  36. </animation>
  37. <animation>
  38. <type>rotate</type>
  39. <object-name>alt-Needle1</object-name>
  40. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  41. <factor> 0.36 </factor>
  42. <axis>
  43. <x> -1 </x>
  44. <y> 0 </y>
  45. <z> 0 </z>
  46. </axis>
  47. </animation>
  48. <animation>
  49. <type>rotate</type>
  50. <object-name>alt-Needle2</object-name>
  51. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  52. <factor> 0.036 </factor>
  53. <axis>
  54. <x> -1 </x>
  55. <y> 0 </y>
  56. <z> 0 </z>
  57. </axis>
  58. </animation>
  59. <animation>
  60. <type>rotate</type>
  61. <object-name>alt-Needle3</object-name>
  62. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  63. <factor> 0.0036 </factor>
  64. <axis>
  65. <x> -1 </x>
  66. <y> 0 </y>
  67. <z> 0 </z>
  68. </axis>
  69. </animation>
  70. </PropertyList>