fuel4.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>fuel.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>needle2</object-name>
  9. <object-name>vitre</object-name>
  10. </animation>
  11. <animation>
  12. <type>noshadow</type>
  13. <object-name>vitre</object-name>
  14. </animation>
  15. <animation>
  16. <type>shader</type>
  17. <shader>chrome</shader>
  18. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  19. <object-name>vitre</object-name>
  20. </animation>
  21. <animation>
  22. <type>material</type>
  23. <object-name>face</object-name>
  24. <object-name>needle</object-name>
  25. <object-name>needle2</object-name>
  26. <emission>
  27. <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
  28. <red> 0.50 </red>
  29. <green> 0.25 </green>
  30. <blue> 0.25 </blue>
  31. </emission>
  32. </animation>
  33. <animation>
  34. <type>rotate</type>
  35. <object-name>needle</object-name>
  36. <property>consumables/fuel/tank[4]/level-lbs</property>
  37. <interpolation>
  38. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  39. <entry><ind> 1000 </ind><dep> 27 </dep></entry>
  40. <entry><ind> 2000 </ind><dep> 53 </dep></entry>
  41. <entry><ind> 3000 </ind><dep> 78 </dep></entry>
  42. <entry><ind> 4000 </ind><dep> 105 </dep></entry>
  43. <entry><ind> 5000 </ind><dep> 131 </dep></entry>
  44. <entry><ind> 6000 </ind><dep> 157 </dep></entry>
  45. <entry><ind> 7000 </ind><dep> 181 </dep></entry>
  46. <entry><ind> 8000 </ind><dep> 206 </dep></entry>
  47. <entry><ind> 9000 </ind><dep> 231 </dep></entry>
  48. <entry><ind> 10000 </ind><dep> 257 </dep></entry>
  49. </interpolation>
  50. <axis>
  51. <x> -1 </x>
  52. <y> 0 </y>
  53. <z> 0 </z>
  54. </axis>
  55. </animation>
  56. <!--
  57. <animation>
  58. <type>rotate</type>
  59. <object-name>needle2</object-name>
  60. <property> ? </property>
  61. <interpolation>
  62. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  63. <entry><ind> 2 </ind><dep> 65 </dep></entry>
  64. <entry><ind> 4 </ind><dep> 150 </dep></entry>
  65. <entry><ind> 6 </ind><dep> 220 </dep></entry>
  66. <entry><ind> 8 </ind><dep> 290 </dep></entry>
  67. <entry><ind> 10 </ind><dep> 360 </dep></entry>
  68. </interpolation>
  69. <center>
  70. <x-m> 0.000 </x-m>
  71. <y-m> 0.001 </y-m>
  72. <z-m> -0.015 </z-m>
  73. </center>
  74. <axis>
  75. <x> -1 </x>
  76. <y> 0 </y>
  77. <z> 0 </z>
  78. </axis>
  79. </animation>
  80. -->
  81. </PropertyList>