beacon.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- red flashing beacon -->
  4. <!-- rembrandt auto switching for glass -->
  5. <effect>
  6. <inherits-from>Effects/model-transparent</inherits-from>
  7. <condition>
  8. <property>sim/rendering/rembrandt/enabled</property>
  9. </condition>
  10. <object-name>light</object-name>
  11. <object-name>Light</object-name>
  12. </effect>
  13. <!-- Turns off non rembrant lighting and effects -->
  14. <animation>
  15. <type>select</type>
  16. <object-name>redbeacon</object-name>
  17. <condition>
  18. <not>
  19. <property>/sim/rendering/rembrandt/enabled</property>
  20. </not>
  21. </condition>
  22. </animation>
  23. <model>
  24. <name>redbeacon</name>
  25. <path>Aircraft/AvroVulcanB2/Models/Lights/normal/beacon.xml</path>
  26. <offsets>
  27. <x-m>0</x-m>
  28. <y-m>0</y-m>
  29. <z-m>0</z-m>
  30. </offsets>
  31. </model>
  32. <model>
  33. <name>redbeacon1</name>
  34. <path>Aircraft/AvroVulcanB2/Models/Lights/remb/beacon.xml</path>
  35. <offsets>
  36. <x-m>0</x-m>
  37. <y-m>0</y-m>
  38. <z-m>0</z-m>
  39. </offsets>
  40. </model>
  41. </PropertyList>