vsi.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>vsi.ac</path>
  4. <animation>
  5. <object-name>fond</object-name>
  6. <object-name>face</object-name>
  7. <object-name>needle</object-name>
  8. <object-name>vitre</object-name>
  9. </animation>
  10. <animation>
  11. <type>noshadow</type>
  12. <object-name>vitre</object-name>
  13. </animation>
  14. <animation>
  15. <type>shader</type>
  16. <shader>chrome</shader>
  17. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  18. <object-name>vitre</object-name>
  19. </animation>
  20. <animation>
  21. <type>material</type>
  22. <object-name>face</object-name>
  23. <object-name>needle</object-name>
  24. <emission>
  25. <red> 1.0 </red>
  26. <green> 0.2 </green>
  27. <blue> 0.0 </blue>
  28. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  29. <factor-prop>/sim/model//material/instruments/factor</factor-prop>
  30. </emission>
  31. </animation>
  32. <animation>
  33. <type>rotate</type>
  34. <object-name>needle</object-name>
  35. <property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
  36. <interpolation>
  37. <entry><ind> -2000 </ind><dep> -172 </dep></entry>
  38. <entry><ind> -1500 </ind><dep> -130 </dep></entry>
  39. <entry><ind> -1000 </ind><dep> -79 </dep></entry>
  40. <entry><ind> -500 </ind><dep> -33 </dep></entry>
  41. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  42. <entry><ind> 500 </ind><dep> 33 </dep></entry>
  43. <entry><ind> 1000 </ind><dep> 79 </dep></entry>
  44. <entry><ind> 1500 </ind><dep> 130 </dep></entry>
  45. <entry><ind> 2000 </ind><dep> 172 </dep></entry>
  46. </interpolation>
  47. <axis>
  48. <x> -1 </x>
  49. <y> 0 </y>
  50. <z> 0 </z>
  51. </axis>
  52. <center>
  53. <x-m> 0 </x-m>
  54. <y-m> 0 </y-m>
  55. <z-m> 0 </z-m>
  56. </center>
  57. </animation>
  58. </PropertyList>