amps.xml 819 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>amps.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Face</object-name>
  7. <object-name>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>Needle</object-name>
  18. <property>/systems/electrical/battery-charge</property>
  19. <interpolation>
  20. <entry><ind>-20</ind><dep>-30</dep></entry>
  21. <entry><ind> 0</ind><dep> 0</dep></entry>
  22. <entry><ind> 20</ind><dep> 30</dep></entry>
  23. </interpolation>
  24. <center>
  25. <x-m>0</x-m>
  26. <y-m>0</y-m>
  27. <z-m>-0.015</z-m>
  28. </center>
  29. <axis>
  30. <x>-1</x>
  31. <y>0</y>
  32. <z>0</z>
  33. </axis>
  34. </animation>
  35. </PropertyList>