123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <!-- red navigation lighting -->
- <!-- 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 -->
- <animation>
- <type>select</type>
-
- <object-name>RedLight</object-name>
-
- <condition>
- <not>
- <property>/sim/rendering/rembrandt/enabled</property>
- </not>
- </condition>
- </animation>
- <model>
- <name>RedLight</name>
- <path>Aircraft/vampire/Models/lights/normal/RedLight.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m> 0 </z-m>
- </offsets>
- </model>
-
- <model>
- <name>RedLight2</name>
- <path>Aircraft/vampire/Models/lights/remb/NavLightL.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0 </z-m>
- </offsets>
- </model>
-
-
- </PropertyList>
|