fuel.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>fuel.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Face</object-name>
  7. <object-name>NeedleL</object-name>
  8. <object-name>NeedleR</object-name>
  9. <object-name>NeedleLoff</object-name>
  10. <object-name>NeedleRoff</object-name>
  11. <emission>
  12. <red>0.8</red>
  13. <green>0.4</green>
  14. <blue>0.2</blue>
  15. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  16. </emission>
  17. </animation>
  18. <animation>
  19. <type>select</type>
  20. <object-name>NeedleL</object-name>
  21. <object-name>NeedleR</object-name>
  22. <condition>
  23. <property>systems/electrical/outputs/bus-dc</property>
  24. </condition>
  25. </animation>
  26. <animation>
  27. <type>select</type>
  28. <object-name>NeedleLoff</object-name>
  29. <object-name>NeedleRoff</object-name>
  30. <condition>
  31. <not><property>systems/electrical/outputs/bus-dc</property></not>
  32. </condition>
  33. </animation>
  34. <animation>
  35. <type>rotate</type>
  36. <object-name>NeedleL</object-name>
  37. <property>/consumables/fuel/tank[0]/level-lbs</property>
  38. <interpolation>
  39. <entry><ind> 0</ind><dep> 0</dep></entry>
  40. <entry><ind>198</ind><dep>60</dep></entry>
  41. </interpolation>
  42. <center>
  43. <x-m>0</x-m>
  44. <y-m>0.020</y-m>
  45. <z-m>0</z-m>
  46. </center>
  47. <axis>
  48. <x>-1</x>
  49. <y>0</y>
  50. <z>0</z>
  51. </axis>
  52. </animation>
  53. <animation>
  54. <type>rotate</type>
  55. <object-name>NeedleR</object-name>
  56. <property>/consumables/fuel/tank[1]/level-lbs</property>
  57. <interpolation>
  58. <entry><ind> 0</ind><dep> 0</dep></entry>
  59. <entry><ind>198</ind><dep>60</dep></entry>
  60. </interpolation>
  61. <center>
  62. <x-m>0</x-m>
  63. <y-m>-0.020</y-m>
  64. <z-m>0</z-m>
  65. </center>
  66. <axis>
  67. <x>1</x>
  68. <y>0</y>
  69. <z>0</z>
  70. </axis>
  71. </animation>
  72. </PropertyList>