TaxiLightPlate.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>TaxiLightPlate.ac</path>
  9. <effect>
  10. <inherits-from>Effects/model-transparent</inherits-from>
  11. <object-name>LHLNDlight</object-name>
  12. </effect>
  13. <animation>
  14. <type>flash</type>
  15. <object-name>LHLNDlight</object-name>
  16. <axis>
  17. <x> -1 </x>
  18. <y> 0 </y>
  19. <z> 0 </z>
  20. </axis>
  21. <power>2</power>
  22. <factor>2</factor>
  23. <offset>0</offset>
  24. <two-sides type="bool">false</two-sides>
  25. <min>0.5</min>
  26. <max>2</max>
  27. </animation>
  28. <animation>
  29. <type>select</type>
  30. <object-name>LHLNDlight</object-name>
  31. <condition>
  32. <and>
  33. <property>sim/multiplay/generic/int[12]</property>
  34. <greater-than>
  35. <property>sim/multiplay/generic/float[8]</property>
  36. <value>8</value>
  37. </greater-than>
  38. </and>
  39. </condition>
  40. </animation>
  41. <animation>
  42. <type>material</type>
  43. <object-name>LHLNDlight</object-name>
  44. <emission>
  45. <red> 0.027 </red>
  46. <green> 0.027 </green>
  47. <blue> 0.027 </blue>
  48. <factor-prop>sim/multiplay/generic/float[6]</factor-prop>
  49. </emission>
  50. </animation>
  51. </PropertyList>