fuel2.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  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>fond</object-name>
  14. <object-name>face</object-name>
  15. <object-name>needle</object-name>
  16. <object-name>needle2</object-name>
  17. <object-name>vitre</object-name>
  18. </animation>
  19. <!-- working for Compositor -->
  20. <effect>
  21. <inherits-from>../../../../Effects/Glass/glass</inherits-from>
  22. <object-name>vitre</object-name>
  23. </effect>
  24. <animation>
  25. <type>material</type>
  26. <object-name>face</object-name>
  27. <object-name>needle</object-name>
  28. <object-name>needle2</object-name>
  29. <condition>
  30. <property>/controls/electric/battery-switch</property>
  31. </condition>
  32. <emission>
  33. <factor-prop>controls/lighting/instruments-norm</factor-prop>
  34. <red> 0.50 </red>
  35. <green> 0.40 </green>
  36. <blue> 0.30 </blue>
  37. </emission>
  38. </animation>
  39. <animation>
  40. <type>rotate</type>
  41. <object-name>needle</object-name>
  42. <property>consumables/fuel/tank[1]/level-norm</property>
  43. <interpolation>
  44. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  45. <entry><ind> 1 </ind><dep> 255 </dep></entry>
  46. </interpolation>
  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>needle2</object-name>
  56. <property>consumables/fuel/tank[3]/level-norm</property>
  57. <interpolation>
  58. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  59. <entry><ind> 1 </ind><dep> 360 </dep></entry>
  60. </interpolation>
  61. <center>
  62. <x-m> 0.000 </x-m>
  63. <y-m> 0.000 </y-m>
  64. <z-m> -0.013 </z-m>
  65. </center>
  66. <axis>
  67. <x> -1 </x>
  68. <y> 0 </y>
  69. <z> 0 </z>
  70. </axis>
  71. </animation>
  72. </PropertyList>