StrobeWhite.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>WhiteLight.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>Light</object-name>
  7. </animation>
  8. <animation>
  9. <type>alpha-test</type>
  10. <alpha-factor>0.01</alpha-factor>
  11. </animation>
  12. <animation>
  13. <type>billboard</type>
  14. <object-name>Light</object-name>
  15. <spherical type="bool">true</spherical>
  16. </animation>
  17. <animation>
  18. <type>select</type>
  19. <object-name>Light</object-name>
  20. <condition>
  21. <property>/sim/model/lights/sbc1/state</property>
  22. </condition>
  23. </animation>
  24. <animation>
  25. <type>material</type>
  26. <object-name>Light</object-name>
  27. <emission>
  28. <red> 1.0 </red>
  29. <green> 1.0 </green>
  30. <blue> 1.0 </blue>
  31. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  32. </emission>
  33. </animation>
  34. <animation>
  35. <type>dist-scale</type>
  36. <object-name>Light</object-name>
  37. <interpolation>
  38. <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
  39. <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
  40. <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
  41. </interpolation>
  42. </animation>
  43. </PropertyList>