NavLightLPlate.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ########################################
  3. # DR400-jsbSim by PAF team
  4. # April 2012 : Modified by PAF team
  5. # http://equipe-flightgear.forumactif.com
  6. ##########################################-->
  7. <PropertyList>
  8. <path>RedLight.ac</path>
  9. <effect>
  10. <inherits-from>Effects/model-transparent</inherits-from>
  11. <object-name>Light</object-name>
  12. </effect>
  13. <animation>
  14. <type>noshadow</type>
  15. <object-name>Light</object-name>
  16. </animation>
  17. <animation>
  18. <type>alpha-test</type>
  19. <alpha-factor>0.01</alpha-factor>
  20. </animation>
  21. <animation>
  22. <type>billboard</type>
  23. <object-name>Light</object-name>
  24. <spherical type="bool">true</spherical>
  25. </animation>
  26. <!--
  27. <animation>
  28. <type>select</type>
  29. <object-name>Light</object-name>
  30. <condition>
  31. <and>
  32. <property>sim/multiplay/generic/int[10]</property>
  33. <greater-than>
  34. <property>sim/multiplay/generic/float[8]</property>
  35. <value>8</value>
  36. </greater-than>
  37. </and>
  38. </condition>
  39. </animation>
  40. -->
  41. <animation>
  42. <type>material</type>
  43. <object-name>Light</object-name>
  44. <emission>
  45. <red> 0.027 </red>
  46. <green> 0.027 </green>
  47. <blue> 0.027 </blue>
  48. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  49. </emission>
  50. </animation>
  51. <animation>
  52. <type>dist-scale</type>
  53. <object-name>Light</object-name>
  54. <interpolation>
  55. <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
  56. <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
  57. <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
  58. </interpolation>
  59. </animation>
  60. </PropertyList>