breakerspanel.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>breakerspanel.ac</path>
  4. <!-- dimming -->
  5. <animation>
  6. <type>material</type>
  7. <object-name>Plane</object-name>
  8. <condition>
  9. <property>systems/electrical/outputs/instrument-lights2-norm</property>
  10. <equals>
  11. <property>controls/lighting/instrument-lights-selection</property>
  12. <value>0</value>
  13. </equals>
  14. </condition>
  15. <emission>
  16. <red> 0.8 </red>
  17. <green> 0.8 </green>
  18. <blue> 1.0 </blue>
  19. <factor>0.3</factor>
  20. </emission>
  21. </animation>
  22. <animation>
  23. <type>material</type>
  24. <object-name>Plane</object-name>
  25. <condition>
  26. <greater-than>
  27. <property>controls/lighting/instrument-lights-selection</property>
  28. <value>0</value>
  29. </greater-than>
  30. </condition>
  31. <emission>
  32. <red> 0.8 </red>
  33. <green> 0.8 </green>
  34. <blue> 1.0 </blue>
  35. <factor-prop>systems/electrical/outputs/instrument-lights2-norm</factor-prop>
  36. <offset>-0.1</offset>
  37. </emission>
  38. </animation>
  39. </PropertyList>