1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <!-- red flashing beacon -->
- <!-- rembrandt auto switching for glass -->
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <condition>
- <property>sim/rendering/rembrandt/enabled</property>
- </condition>
- <object-name>light</object-name>
- <object-name>Light</object-name>
- </effect>
- <!-- Turns off non rembrant lighting and effects -->
- <animation>
- <type>select</type>
- <object-name>redbeacon</object-name>
- <condition>
- <not>
- <property>/sim/rendering/rembrandt/enabled</property>
- </not>
- </condition>
- </animation>
- <model>
- <name>redbeacon</name>
- <path>Aircraft/AvroVulcanB2/Models/Lights/normal/beacon.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </offsets>
- </model>
-
- <model>
- <name>redbeacon1</name>
- <path>Aircraft/AvroVulcanB2/Models/Lights/remb/beacon.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </offsets>
- </model>
-
-
- </PropertyList>
|