StrobeLight.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>WhiteLight.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>Light</object-name>
  7. </animation>
  8. <!-- Transparency for Rembrandt -->
  9. <effect>
  10. <inherits-from>Effects/model-transparent</inherits-from>
  11. <object-name>Light</object-name>
  12. <condition>
  13. <property>sim/rendering/rembrandt/enabled</property>
  14. </condition>
  15. </effect>
  16. <animation>
  17. <type>alpha-test</type>
  18. <alpha-factor>0.01</alpha-factor>
  19. </animation>
  20. <animation>
  21. <type>billboard</type>
  22. <object-name>Light</object-name>
  23. <spherical type="bool">true</spherical>
  24. </animation>
  25. <animation>
  26. <type>select</type>
  27. <object-name>Light</object-name>
  28. <condition>
  29. <property>/sim/model/lights/sbc1/state</property>
  30. </condition>
  31. </animation>
  32. <animation>
  33. <type>material</type>
  34. <object-name>Light</object-name>
  35. <emission>
  36. <red> 2 </red>
  37. <green> 2 </green>
  38. <blue> 2 </blue>
  39. </emission>
  40. </animation>
  41. <animation>
  42. <type>dist-scale</type>
  43. <object-name>Light</object-name>
  44. <interpolation>
  45. <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
  46. <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
  47. <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
  48. </interpolation>
  49. </animation>
  50. <animation>
  51. <type>select</type>
  52. <object-name>Light</object-name>
  53. <condition>
  54. <property>controls/lighting/nav-lights</property>
  55. </condition>
  56. </animation>
  57. </PropertyList>