1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>shockwave.ac</path>
- <animation>
- <object-name>Cone</object-name>
- </animation>
-
- <!-- Turns off non rembrant lighting and effects -->
- <animation>
- <type>select</type>
-
- <object-name>Cone3</object-name>
- <object-name>Cone2</object-name>
- <object-name>Cone</object-name>
- <condition>
- <not>
- <property>/sim/rendering/rembrandt/enabled</property>
- </not>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Cone</object-name>
- <condition>
- <and>
- <greater-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.992 </value>
- </greater-than>
- <less-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.995 </value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <object-name>Cone2</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Cone2</object-name>
- <condition>
- <and>
- <greater-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.991 </value>
- </greater-than>
- <less-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.9915 </value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <object-name>Cone3</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Cone3</object-name>
- <condition>
- <and>
- <greater-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.99 </value>
- </greater-than>
- <less-than>
- <property>sim/multiplay/generic/float[16]</property>
- <value> 0.9905 </value>
- </less-than>
- </and>
- </condition>
- </animation>
- </PropertyList>
|