ignition_switch.xml 826 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>ignition_switch.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Switch</object-name>
  7. <object-name>Key</object-name>
  8. <emission>
  9. <red>0.2</red>
  10. <green>0.1</green>
  11. <blue>0.05</blue>
  12. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  13. </emission>
  14. </animation>
  15. <animation>
  16. <type>rotate</type>
  17. <object-name>Key</object-name>
  18. <property>/controls/switches/ignition</property>
  19. <interpolation>
  20. <entry><ind>0</ind><dep> 0</dep></entry>
  21. <entry><ind>1</ind><dep> 30</dep></entry>
  22. <entry><ind>2</ind><dep> 60</dep></entry>
  23. <entry><ind>3</ind><dep> 90</dep></entry>
  24. <entry><ind>4</ind><dep>140</dep></entry>
  25. </interpolation>
  26. <axis>
  27. <x>-1</x>
  28. <y>0</y>
  29. <z>0</z>
  30. </axis>
  31. </animation>
  32. </PropertyList>