1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>effect2.ac</path>
-
- <!-- ******************************************************************* -->
- <!-- Condensation -->
- <!-- ******************************************************************* -->
- <!-- condensation -->
- <!-- Turns off non rembrant lighting and effects -->
-
-
-
- <effect>
- <inherits-from>Aircraft/AvroVulcanB2/Models/Effects/glass-uber</inherits-from>
- <object-name>condensation-left</object-name>
- <object-name>condensation-right</object-name>
- </effect>
- <animation>
- <type>select</type>
- <object-name>condensation-left</object-name>
- <object-name>condensation-right</object-name>
- <condition>
- <and>
- <greater-than>
- <property>sim/multiplay/generic/float[6]</property>
- <value>5.0</value>
- </greater-than>
- <greater-than>
- <property>sim/multiplay/generic/float[8]</property>
- <value>140</value>
- </greater-than>
- <less-than>
- <property>sim/multiplay/generic/float[3]</property>
- <value>5000.0</value>
- </less-than>
- </and>
- </condition>
- <attach>world</attach>
- <placer>
- <type>point</type>
- </placer>
- </animation>
-
- </PropertyList>
|