mr-temp.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <type>select</type>
  10. <object-name>lampon</object-name>
  11. <condition>
  12. <and>
  13. <equals>
  14. <property>/controls/lighting/turn-off-light</property>
  15. <value> true </value>
  16. </equals>
  17. <greater-than>
  18. <property>/systems/electrical/outputs/instrument-lights</property>
  19. <value>0.0001</value>
  20. </greater-than>
  21. </and>
  22. </condition>
  23. </animation>
  24. <animation>
  25. <type>material</type>
  26. <object-name>lampoff</object-name>
  27. <emission>
  28. <red> 0 </red>
  29. <green> 0 </green>
  30. <blue> 0 </blue>
  31. </emission>
  32. </animation>
  33. <animation>
  34. <type>material</type>
  35. <object-name>lampon</object-name>
  36. <emission>
  37. <red> 1 </red>
  38. <green> 1 </green>
  39. <blue> 1 </blue>
  40. </emission>
  41. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  42. </animation>
  43. </PropertyList>