BBeacon.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0"?>
  2. <!--
  3. Usable with FlightGear
  4. Copyright Gerard Robin 31-03-2009
  5. -->
  6. <PropertyList>
  7. <path>beacon-blanc.ac</path>
  8. <animation>
  9. <type>noshadow</type>
  10. </animation>
  11. <effect>
  12. <inherits-from>Effects/model-transparent</inherits-from>
  13. <object-name>Lumiere</object-name>
  14. </effect>
  15. <animation>
  16. <type>alpha-test</type>
  17. <alpha-factor>0.01</alpha-factor>
  18. </animation>
  19. <animation>
  20. <type>select</type>
  21. <object-name>Lumiere</object-name>
  22. <condition>
  23. <property>/sim/rendering/als-secondary-lights/use-landing-light</property>
  24. </condition>
  25. </animation>
  26. <animation>
  27. <type>scale</type>
  28. <object-name>Lumiere</object-name>
  29. <property>sim/time/sun-angle-rad</property>
  30. <offset>-1.4</offset>
  31. <x-min>3</x-min>
  32. <y-min>3</y-min>
  33. <z-min>3</z-min>
  34. <x-factor>2</x-factor>
  35. <y-factor>2</y-factor>
  36. <z-factor>2</z-factor>
  37. </animation>
  38. <animation>
  39. <type>dist-scale</type>
  40. <object-name>Lumiere</object-name>
  41. <interpolation>
  42. <entry>
  43. <ind>0</ind>
  44. <dep>0.1</dep>
  45. </entry>
  46. <entry>
  47. <ind>30</ind>
  48. <dep>0.2</dep>
  49. </entry>
  50. <entry>
  51. <ind>2000</ind>
  52. <dep>5</dep>
  53. </entry>
  54. </interpolation>
  55. </animation>
  56. </PropertyList>