StrobeWhite.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- white 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>whitebeacon</object-name>
  17. <condition>
  18. <not>
  19. <property>/sim/rendering/rembrandt/enabled</property>
  20. </not>
  21. </condition>
  22. </animation>
  23. <model>
  24. <name>whitebeacon</name>
  25. <path>Aircraft/AvroVulcanB2/Models/Lights/normal/StrobeWhite.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>whitebeacon1</name>
  34. <path>Aircraft/AvroVulcanB2/Models/Lights/remb/StrobeLight.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>