asi.xml 2.2 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. <condition>
  40. <greater-than>
  41. <property>/systems/electrical/outputs/instrument-lights</property>
  42. <value>10.0</value>
  43. </greater-than>
  44. </condition>
  45. <emission>
  46. <red> 0.8 </red>
  47. <green> 0.8 </green>
  48. <blue> 1.0 </blue>
  49. <factor-prop>/controls/lighting/stdby-instrument-lights-norm</factor-prop>
  50. </emission>
  51. </animation>
  52. <animation>
  53. <type>material</type>
  54. <object-name>Needle</object-name>
  55. <condition>
  56. <greater-than>
  57. <property>/systems/electrical/outputs/instrument-lights</property>
  58. <value>10.0</value>
  59. </greater-than>
  60. </condition>
  61. <emission>
  62. <red> 0.8 </red>
  63. <green> 0.8 </green>
  64. <blue> 1.0 </blue>
  65. <factor>0.4</factor>
  66. </emission>
  67. </animation>
  68. </PropertyList>