tiptrail.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>
  73. <property>/accelerations/pilot/z-accel-fps_sec</property>
  74. <factor>-0.0015</factor>
  75. </alpha>
  76. </color>
  77. <size>
  78. <property>/accelerations/pilot/z-accel-fps_sec</property>
  79. <factor>-0.0003</factor>
  80. </size>
  81. </start>
  82. <end>
  83. <color>
  84. <red><value> 1.00 </value></red>
  85. <green><value> 1.00 </value></green>
  86. <blue><value> 1.00 </value></blue>
  87. <alpha>
  88. <property>/accelerations/pilot/z-accel-fps_sec</property>
  89. <factor>-0.00015</factor>
  90. </alpha>
  91. </color>
  92. <size>
  93. <property>/accelerations/pilot/z-accel-fps_sec</property>
  94. <factor>-0.0009</factor>
  95. </size>
  96. </end>
  97. <life-sec>
  98. <value>0.3</value>
  99. </life-sec>
  100. <mass-kg>0.01</mass-kg>
  101. <radius-m>0.1</radius-m>
  102. </particle>
  103. </particlesystem>
  104. </PropertyList>