1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>WhiteLight.ac</path>
- <animation>
- <type>noshadow</type>
- <object-name>Light</object-name>
- </animation>
- <animation>
- <type>alpha-test</type>
- <alpha-factor>0.01</alpha-factor>
- </animation>
- <animation>
- <type>billboard</type>
- <object-name>Light</object-name>
- <spherical type="bool">true</spherical>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Light</object-name>
- <condition>
- <property>/sim/model/lights/strobe/state</property>
- </condition>
- </animation>
- <animation>
- <type>dist-scale</type>
- <object-name>Light</object-name>
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>2</dep>
- </entry>
- <entry>
- <ind>1500</ind>
- <dep>20</dep>
- </entry>
- </interpolation>
- </animation>
- </PropertyList>
|