landinglight.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>flash.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>material</type>
  19. <object-name>Light</object-name>
  20. <emission>
  21. <red> 1.0 </red>
  22. <green> 1.0 </green>
  23. <blue> 1.0 </blue>
  24. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  25. </emission>
  26. </animation>
  27. <animation>
  28. <type>dist-scale</type>
  29. <object-name>Light</object-name>
  30. <interpolation>
  31. <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
  32. <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
  33. <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
  34. </interpolation>
  35. </animation>
  36. <animation>
  37. <type>select</type>
  38. <object-name>Light</object-name>
  39. <condition>
  40. <property>controls/lighting/landing-lights</property>
  41. </condition>
  42. </animation>
  43. </PropertyList>