1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <!-- gree 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>GreenLight</object-name>
-
- <condition>
- <not>
- <property>/sim/rendering/rembrandt/enabled</property>
- </not>
- </condition>
- </animation>
- <model>
- <name>GreenLight</name>
- <path>Aircraft/AvroVulcanB2/Models/Lights/normal/GreenLight.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m> 0 </z-m>
- </offsets>
- </model>
-
- <model>
- <name>GreenLight2</name>
- <path>Aircraft/AvroVulcanB2/Models/Lights/remb/NavLightR.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0 </z-m>
- </offsets>
- </model>
- </PropertyList>
|