tiptrail.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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>sim/multiplay/generic/float[8]</property>
  14. <value>260</value>
  15. </greater-than>
  16. <less-than>
  17. <!-- position/altitude-ft -->
  18. <property>sim/multiplay/generic/float[3]</property>
  19. <value>8000</value>
  20. </less-than>
  21. </and>
  22. </condition>
  23. <attach>world</attach>
  24. <placer>
  25. <type>point</type>
  26. </placer>
  27. <shooter>
  28. <speed-mps>
  29. <value>0</value>
  30. <spread>0</spread>
  31. </speed-mps>
  32. </shooter>
  33. <counter>
  34. <particles-per-sec>
  35. <property>sim/multiplay/generic/float[8]</property>
  36. <factor>1</factor>
  37. <offset>75</offset>
  38. </particles-per-sec>
  39. </counter>
  40. <align>fixed</align>
  41. <particle>
  42. <start>
  43. <color>
  44. <red><value> 1.0 </value></red>
  45. <green><value> 1.0 </value></green>
  46. <blue><value> 1.0 </value></blue>
  47. <alpha><value> 0.1 </value></alpha>
  48. </color>
  49. <size>
  50. <value>0.10</value>
  51. </size>
  52. </start>
  53. <end>
  54. <color>
  55. <red><value> 1.00 </value></red>
  56. <green><value> 1.00 </value></green>
  57. <blue><value> 1.00 </value></blue>
  58. <alpha><value> 0.08 </value></alpha>
  59. </color>
  60. <size>
  61. <value>1.0</value>
  62. </size>
  63. </end>
  64. <life-sec>
  65. <value>0.3</value>
  66. </life-sec>
  67. <mass-kg>0.01</mass-kg>
  68. <radius-m>0.1</radius-m>
  69. </particle>
  70. <program>
  71. <fluid> air </fluid>
  72. <gravity> true </gravity>
  73. <wind> true </wind>
  74. </program>
  75. </particlesystem>
  76. </PropertyList>