vsi.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>vsi.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>VSI.Face</object-name>
  7. <object-name>VSI.Needle</object-name>
  8. <emission>
  9. <red>0.8</red>
  10. <green>0.4</green>
  11. <blue>0.2</blue>
  12. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  13. </emission>
  14. </animation>
  15. <animation>
  16. <type>rotate</type>
  17. <object-name>VSI.Needle</object-name>
  18. <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
  19. <min>-6000.0</min>
  20. <max>6000.0</max>
  21. <scale>1.0</scale>
  22. <interpolation>
  23. <entry><ind>-6000</ind><dep>-165</dep></entry>
  24. <entry><ind>-3000</ind><dep>-165</dep></entry>
  25. <entry><ind>-2000</ind><dep>-120</dep></entry>
  26. <entry><ind>-1000</ind><dep>-60</dep></entry>
  27. <entry><ind> 0</ind><dep> 0</dep></entry>
  28. <entry><ind> 1000</ind><dep> 60</dep></entry>
  29. <entry><ind> 2000</ind><dep>120</dep></entry>
  30. <entry><ind> 3000</ind><dep>165</dep></entry>
  31. <entry><ind> 6000</ind><dep>165</dep></entry>
  32. </interpolation>
  33. <axis>
  34. <x>-1</x>
  35. <y>0</y>
  36. <z>0</z>
  37. </axis>
  38. </animation>
  39. </PropertyList>