flash.xml 877 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>WhiteLight.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>Light</object-name>
  7. </animation>
  8. <animation>
  9. <type>alpha-test</type>
  10. <alpha-factor>0.01</alpha-factor>
  11. </animation>
  12. <animation>
  13. <type>billboard</type>
  14. <object-name>Light</object-name>
  15. <spherical type="bool">true</spherical>
  16. </animation>
  17. <animation>
  18. <type>select</type>
  19. <object-name>Light</object-name>
  20. <condition>
  21. <property>/sim/model/lights/strobe/state</property>
  22. </condition>
  23. </animation>
  24. <animation>
  25. <type>dist-scale</type>
  26. <object-name>Light</object-name>
  27. <interpolation>
  28. <entry>
  29. <ind>0</ind>
  30. <dep>2</dep>
  31. </entry>
  32. <entry>
  33. <ind>1500</ind>
  34. <dep>20</dep>
  35. </entry>
  36. </interpolation>
  37. </animation>
  38. </PropertyList>