asi.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Airspeed indicator -->
  3. <PropertyList>
  4. <path>asi.ac</path>
  5. <animation>
  6. <object-name>fond</object-name>
  7. <object-name>face</object-name>
  8. <object-name>needle</object-name>
  9. <object-name>vitre</object-name>
  10. </animation>
  11. <animation>
  12. <type>noshadow</type>
  13. <object-name>vitre</object-name>
  14. </animation>
  15. <animation>
  16. <type>shader</type>
  17. <shader>chrome</shader>
  18. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  19. <object-name>vitre</object-name>
  20. </animation>
  21. <animation>
  22. <type>material</type>
  23. <object-name>face</object-name>
  24. <object-name>needle</object-name>
  25. <emission>
  26. <red> 0.50 </red>
  27. <green> 0.25 </green>
  28. <blue> 0.25 </blue>
  29. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  30. </emission>
  31. </animation>
  32. <animation>
  33. <type>rotate</type>
  34. <object-name>needle</object-name>
  35. <property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
  36. <interpolation>
  37. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  38. <entry><ind> 60 </ind><dep> 65 </dep></entry>
  39. <entry><ind> 80 </ind><dep> 115 </dep></entry>
  40. <entry><ind> 100 </ind><dep> 175 </dep></entry>
  41. <entry><ind> 120 </ind><dep> 230 </dep></entry>
  42. <entry><ind> 140 </ind><dep> 285 </dep></entry>
  43. <entry><ind> 160 </ind><dep> 335 </dep></entry>
  44. <entry><ind> 180 </ind><dep> 380 </dep></entry>
  45. <entry><ind> 200 </ind><dep> 425 </dep></entry>
  46. <entry><ind> 250 </ind><dep> 515 </dep></entry>
  47. <entry><ind> 300 </ind><dep> 575 </dep></entry>
  48. <entry><ind> 400 </ind><dep> 650 </dep></entry>
  49. </interpolation>
  50. <center>
  51. <x-m> 0 </x-m>
  52. <y-m> 0 </y-m>
  53. <z-m> 0 </z-m>
  54. </center>
  55. <axis>
  56. <x> -1 </x>
  57. <y> 0 </y>
  58. <z> 0 </z>
  59. </axis>
  60. </animation>
  61. </PropertyList>