VSI.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>VSI.ac</path>
  4. <animation>
  5. <type>rotate</type>
  6. <object-name>PointerCentre</object-name>
  7. <object-name>PointerTip</object-name>
  8. <property>instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
  9. <interpolation>
  10. <entry><ind>-2000</ind><dep>-172</dep></entry>
  11. <entry><ind>-1500</ind><dep>-130</dep></entry>
  12. <entry><ind>-1000</ind><dep>-79</dep></entry>
  13. <entry><ind>-500</ind><dep>-33</dep></entry>
  14. <entry><ind>0</ind><dep>0</dep></entry>
  15. <entry><ind>500</ind><dep>33</dep></entry>
  16. <entry><ind>1000</ind><dep>79</dep></entry>
  17. <entry><ind>1500</ind><dep>130</dep></entry>
  18. <entry><ind>2000</ind><dep>172</dep></entry>
  19. </interpolation>
  20. <axis>
  21. <x>-1</x>
  22. <y>0</y>
  23. <z>0</z>
  24. </axis>
  25. <center>
  26. <x-m>0</x-m>
  27. <y-m>0</y-m>
  28. <z-m>0</z-m>
  29. </center>
  30. </animation>
  31. <!-- dimming -->
  32. <animation>
  33. <type>material</type>
  34. <object-name>Face</object-name>
  35. <object-name>PointerTip</object-name>
  36. <condition>
  37. <property>systems/electrical/outputs/instrument-lights-norm</property>
  38. <equals>
  39. <property>controls/lighting/instrument-lights-selection</property>
  40. <value>0</value>
  41. </equals>
  42. </condition>
  43. <emission>
  44. <red> 0.8 </red>
  45. <green> 0.8 </green>
  46. <blue> 1.0 </blue>
  47. <factor>0.5</factor>
  48. </emission>
  49. </animation>
  50. <animation>
  51. <type>material</type>
  52. <object-name>Face</object-name>
  53. <object-name>PointerTip</object-name>
  54. <condition>
  55. <greater-than>
  56. <property>controls/lighting/instrument-lights-selection</property>
  57. <value>0</value>
  58. </greater-than>
  59. </condition>
  60. <emission>
  61. <red> 0.8 </red>
  62. <green> 0.8 </green>
  63. <blue> 1.0 </blue>
  64. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  65. </emission>
  66. </animation>
  67. </PropertyList>