generic.xml 889 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>lamp.ac</path>
  4. <animation>
  5. <object-name>lampoff</object-name>
  6. <object-name>lampon</object-name>
  7. </animation>
  8. <animation>
  9. <object-name>lampoff</object-name>
  10. <object-name>lampon</object-name>
  11. </animation>
  12. <animation>
  13. <type>select</type>
  14. <object-name>lampon</object-name>
  15. </animation>
  16. <animation>
  17. <type>material</type>
  18. <object-name>lampoff</object-name>
  19. <emission>
  20. <red> 0 </red>
  21. <green> 0 </green>
  22. <blue> 0 </blue>
  23. </emission>
  24. </animation>
  25. <animation>
  26. <type>material</type>
  27. <object-name>lampon</object-name>
  28. <emission>
  29. <red> 1 </red>
  30. <green> 1 </green>
  31. <blue> 1 </blue>
  32. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  33. </emission>
  34. </animation>
  35. </PropertyList>