beacon.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>RedLight.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>Light</object-name>
  7. </animation>
  8. <effect>
  9. <inherits-from>Effects/model-transparent</inherits-from>
  10. <object-name>Light</object-name>
  11. <condition>
  12. <property>sim/rendering/rembrandt/enabled</property>
  13. </condition>
  14. </effect>
  15. <animation>
  16. <type>alpha-test</type>
  17. <alpha-factor>0.01</alpha-factor>
  18. </animation>
  19. <animation>
  20. <type>billboard</type>
  21. <object-name>Light</object-name>
  22. <spherical type="bool">true</spherical>
  23. </animation>
  24. <animation>
  25. <type>select</type>
  26. <object-name>Light</object-name>
  27. <condition>
  28. <property>/sim/model/lights/beacon/state</property>
  29. </condition>
  30. </animation>
  31. <animation>
  32. <type>material</type>
  33. <object-name>Light</object-name>
  34. <emission>
  35. <red> 1 </red>
  36. <green> 1 </green>
  37. <blue> 1 </blue>
  38. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  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/beacon</property>
  55. </condition>
  56. </animation>
  57. </PropertyList>