tiptrail.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <particlesystem>
  4. <name>tiptrail-p</name>
  5. <type>trail</type>
  6. <texture>continous_smoke.png</texture>
  7. <emissive>false</emissive>
  8. <lighting>true</lighting>
  9. <pass>true</pass>
  10. <condition>
  11. <and>
  12. <greater-than>
  13. <property>/environment/relative-humidity</property>
  14. <value>98</value>
  15. </greater-than>
  16. <greater-than>
  17. <property>/environment/temperature-degc</property>
  18. <value>0</value>
  19. </greater-than>
  20. <greater-than>
  21. <property>velocities/airspeed-kt</property>
  22. <value>180</value>
  23. </greater-than>
  24. <or>
  25. <or>
  26. <less-than>
  27. <property>surface-positions/left-aileron-pos-norm</property>
  28. <value>-0.01</value>
  29. </less-than>
  30. <greater-than>
  31. <property>surface-positions/left-aileron-pos-norm</property>
  32. <value>0.01</value>
  33. </greater-than>
  34. </or>
  35. <or>
  36. <less-than>
  37. <property>surface-positions/left-elevator-pos-norm</property>
  38. <value>-0.01</value>
  39. </less-than>
  40. <greater-than>
  41. <property>surface-positions/left-elevator-pos-norm</property>
  42. <value>0.01</value>
  43. </greater-than>
  44. </or>
  45. </or>
  46. </and>
  47. </condition>
  48. <attach>world</attach>
  49. <placer>
  50. <type>point</type>
  51. </placer>
  52. <shooter>
  53. <speed-mps>
  54. <value>0</value>
  55. <spread>0</spread>
  56. </speed-mps>
  57. </shooter>
  58. <counter>
  59. <particles-per-sec>
  60. <property>/velocities/airspeed-kt</property>
  61. <factor>1</factor>
  62. <offset>75</offset>
  63. </particles-per-sec>
  64. </counter>
  65. <align>fixed</align>
  66. <particle>
  67. <start>
  68. <color>
  69. <red><value> 1.0 </value></red>
  70. <green><value> 1.0 </value></green>
  71. <blue><value> 1.0 </value></blue>
  72. <alpha><value> 0.1 </value></alpha>
  73. </color>
  74. <size>
  75. <value>0.10</value>
  76. </size>
  77. </start>
  78. <end>
  79. <color>
  80. <red><value> 1.00 </value></red>
  81. <green><value> 1.00 </value></green>
  82. <blue><value> 1.00 </value></blue>
  83. <alpha><value> 0.08 </value></alpha>
  84. </color>
  85. <size>
  86. <value>1.0</value>
  87. </size>
  88. </end>
  89. <life-sec>
  90. <value>0.3</value>
  91. </life-sec>
  92. <mass-kg>0.01</mass-kg>
  93. <radius-m>0.1</radius-m>
  94. </particle>
  95. <program>
  96. <fluid> air </fluid>
  97. <gravity> true </gravity>
  98. <wind> true </wind>
  99. </program>
  100. </particlesystem>
  101. </PropertyList>