TailLightPlate.xml 1.6 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>WhiteLight.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. <animation>
  27. <type>select</type>
  28. <object-name>Light</object-name>
  29. <condition>
  30. <and>
  31. <property>sim/multiplay/generic/int[13]</property>
  32. <greater-than>
  33. <property>sim/multiplay/generic/float[8]</property>
  34. <value>8</value>
  35. </greater-than>
  36. </and>
  37. </condition>
  38. </animation>
  39. <animation>
  40. <type>material</type>
  41. <object-name>Light</object-name>
  42. <emission>
  43. <red> 0.027 </red>
  44. <green> 0.027 </green>
  45. <blue> 0.027 </blue>
  46. <factor-prop>sim/multiplay/generic/float[7]</factor-prop>
  47. </emission>
  48. </animation>
  49. <animation>
  50. <type>dist-scale</type>
  51. <object-name>Light</object-name>
  52. <interpolation>
  53. <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
  54. <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
  55. <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
  56. </interpolation>
  57. </animation>
  58. </PropertyList>