asi.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>asi.ac</path>
  4. <animation>
  5. <type>rotate</type>
  6. <object-name>needle</object-name>
  7. <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
  8. <interpolation>
  9. <entry><ind> 0</ind><dep> -3</dep></entry>
  10. <entry><ind> 20</ind><dep> 12.84</dep></entry>
  11. <entry><ind> 25</ind><dep> 24</dep></entry>
  12. <entry><ind> 30</ind><dep> 35</dep></entry>
  13. <entry><ind> 35</ind><dep> 50</dep></entry>
  14. <entry><ind> 40</ind><dep> 65.87</dep></entry>
  15. <entry><ind> 50</ind><dep> 96.64</dep></entry>
  16. <entry><ind> 60</ind><dep> 127.5</dep></entry>
  17. <entry><ind> 70</ind><dep> 157.5</dep></entry>
  18. <entry><ind> 80</ind><dep> 182</dep></entry>
  19. <entry><ind> 90</ind><dep> 201</dep></entry>
  20. <entry><ind> 100</ind><dep> 216</dep></entry>
  21. <entry><ind> 110</ind><dep> 232</dep></entry>
  22. <entry><ind> 120</ind><dep> 247</dep></entry>
  23. <entry><ind> 130</ind><dep> 263.5</dep></entry>
  24. <entry><ind> 140</ind><dep> 279.3</dep></entry>
  25. <entry><ind> 150</ind><dep> 295.56</dep></entry>
  26. <entry><ind> 160</ind><dep> 303</dep></entry>
  27. <entry><ind> 170</ind><dep> 327</dep></entry>
  28. </interpolation>
  29. <axis>
  30. <x>-1</x>
  31. <y>0</y>
  32. <z>0</z>
  33. </axis>
  34. </animation>
  35. <!-- dimming -->
  36. <animation>
  37. <type>material</type>
  38. <object-name>face</object-name>
  39. <object-name>needle</object-name>
  40. <condition>
  41. <property>systems/electrical/outputs/instrument-lights-norm</property>
  42. <equals>
  43. <property>controls/lighting/instrument-lights-selection</property>
  44. <value>0</value>
  45. </equals>
  46. </condition>
  47. <emission>
  48. <red> 0.8 </red>
  49. <green> 0.8 </green>
  50. <blue> 1.0 </blue>
  51. <factor>0.5</factor>
  52. </emission>
  53. </animation>
  54. <animation>
  55. <type>material</type>
  56. <object-name>face</object-name>
  57. <object-name>needle</object-name>
  58. <condition>
  59. <greater-than>
  60. <property>controls/lighting/instrument-lights-selection</property>
  61. <value>0</value>
  62. </greater-than>
  63. </condition>
  64. <emission>
  65. <red> 0.8 </red>
  66. <green> 0.8 </green>
  67. <blue> 1.0 </blue>
  68. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  69. </emission>
  70. </animation>
  71. </PropertyList>