SmokeR.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <particlesystem>
  4. <name>smoke</name>
  5. <texture>Noise.png</texture>
  6. <emissive>false</emissive>
  7. <lighting>true</lighting>
  8. <condition>
  9. <and>
  10. <greater-than>
  11. <property>/engines/engine[1]/n2</property>
  12. <value>75</value>
  13. </greater-than>
  14. <greater-than>
  15. <property>velocities/airspeed-kt</property>
  16. <value>100</value>
  17. </greater-than>
  18. <less-than>
  19. <property>/position/altitude-ft</property>
  20. <value>22970</value>
  21. </less-than>
  22. </and>
  23. </condition>
  24. <attach>world</attach>
  25. <placer>
  26. <type>point</type>
  27. </placer>
  28. <shooter>
  29. <theta-min-deg>84</theta-min-deg>
  30. <theta-max-deg>86</theta-max-deg>
  31. <phi-min-deg>-1.5</phi-min-deg>
  32. <phi-max-deg>1.5</phi-max-deg>
  33. <speed-mps>
  34. <property>engines/engine/n1</property>
  35. <factor>5</factor>
  36. </speed-mps>
  37. <rotation-speed>
  38. <x-min-deg-sec>0</x-min-deg-sec>
  39. <y-min-deg-sec>0</y-min-deg-sec>
  40. <z-min-deg-sec>0</z-min-deg-sec>
  41. <x-max-deg-sec>0</x-max-deg-sec>
  42. <y-max-deg-sec>0</y-max-deg-sec>
  43. <z-max-deg-sec>0</z-max-deg-sec>
  44. </rotation-speed>
  45. </shooter>
  46. <counter>
  47. <particles-per-sec>
  48. <property>engines/engine/n1</property>
  49. <factor>1</factor>
  50. <spread>20</spread>
  51. </particles-per-sec>
  52. </counter>
  53. <align>billboard</align>
  54. <particle>
  55. <start>
  56. <color>
  57. <red>
  58. <value>0.980</value>
  59. </red>
  60. <green>
  61. <value>0.970</value>
  62. </green>
  63. <blue>
  64. <value>0.950</value>
  65. </blue>
  66. <alpha>
  67. <value>0.025</value>
  68. </alpha>
  69. </color>
  70. <size>
  71. <value>0.75</value>
  72. </size>
  73. </start>
  74. <end>
  75. <color>
  76. <red>
  77. <value>0.9500</value>
  78. </red>
  79. <green>
  80. <value>0.9500</value>
  81. </green>
  82. <blue>
  83. <value>0.9500</value>
  84. </blue>
  85. <alpha>
  86. <value>0.0125</value>
  87. </alpha>
  88. </color>
  89. <size>
  90. <value>7.5</value>
  91. </size>
  92. </end>
  93. <life-sec>
  94. <value>5.0</value>
  95. </life-sec>
  96. <mass-kg>0.05</mass-kg>
  97. <radius-m>0.3</radius-m>
  98. </particle>
  99. <program>
  100. <fluid>air</fluid>
  101. <gravity>true</gravity>
  102. <wind>true</wind>
  103. </program>
  104. </particlesystem>
  105. </PropertyList>