ImpactFireSmoke.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0"?>
  2. <!--
  3. Fire,
  4. xsaint
  5. -->
  6. <PropertyList>
  7. <!-- Compensation for local coordinates of particle system -->
  8. <animation>
  9. <type>rotate</type>
  10. <object-name>fireSmoke</object-name>
  11. <property>orientation/pitch-deg</property>
  12. <axis>
  13. <x>0</x>
  14. <y>-1</y>
  15. <z>0</z>
  16. </axis>
  17. </animation>
  18. <animation>
  19. <type>rotate</type>
  20. <object-name>fireSmoke</object-name>
  21. <property>orientation/roll-deg</property>
  22. <axis>
  23. <x>1</x>
  24. <y>0</y>
  25. <z>0</z>
  26. </axis>
  27. </animation>
  28. <particlesystem>
  29. <name>fireSmoke</name>
  30. <texture>blacksmoke.png</texture>
  31. <emissive>false</emissive>
  32. <lighting>false</lighting>
  33. <offsets>
  34. <x-m>0</x-m>
  35. <y-m>0</y-m>
  36. <z-m>0</z-m>
  37. <pitch-deg>0</pitch-deg>
  38. <roll-deg>0</roll-deg>
  39. </offsets>
  40. <attach>world</attach>
  41. <placer>
  42. <type>point</type>
  43. </placer>
  44. <shooter>
  45. <theta-min-deg>0</theta-min-deg>
  46. <theta-max-deg>0</theta-max-deg>
  47. <phi-min-deg>0</phi-min-deg>
  48. <phi-max-deg>0</phi-max-deg>
  49. <speed-mps>
  50. <value>50</value>
  51. <spread>0</spread>
  52. </speed-mps>
  53. <rotation-speed>
  54. <x-min-deg-sec>0</x-min-deg-sec>
  55. <y-min-deg-sec>0</y-min-deg-sec>
  56. <z-min-deg-sec>-20</z-min-deg-sec>
  57. <x-max-deg-sec>0</x-max-deg-sec>
  58. <y-max-deg-sec>0</y-max-deg-sec>
  59. <z-max-deg-sec>20</z-max-deg-sec>
  60. </rotation-speed>
  61. </shooter>
  62. <counter>
  63. <particles-per-sec>
  64. <value>1</value>
  65. <spread>0.4</spread>
  66. </particles-per-sec>
  67. </counter>
  68. <align>billboard</align>
  69. <particle>
  70. <start>
  71. <color>
  72. <red>
  73. <value>0.2</value>
  74. </red>
  75. <green>
  76. <value>0.2</value>
  77. </green>
  78. <blue>
  79. <value>0.2</value>
  80. </blue>
  81. <alpha>
  82. <value>0.8</value>
  83. </alpha>
  84. </color>
  85. <size>
  86. <value>85.0</value>
  87. </size>
  88. </start>
  89. <end>
  90. <color>
  91. <red>
  92. <value>0</value>
  93. </red>
  94. <green>
  95. <value>0</value>
  96. </green>
  97. <blue>
  98. <value>0</value>
  99. </blue>
  100. <alpha>
  101. <value>0</value>
  102. </alpha>
  103. </color>
  104. <size>
  105. <value>500.0</value>
  106. </size>
  107. </end>
  108. <life-sec>
  109. <value>120</value>
  110. </life-sec>
  111. <mass-kg>150.0</mass-kg>
  112. <radius-m>0.1</radius-m>
  113. </particle>
  114. <program>
  115. <fluid>air</fluid>
  116. <gravity type="bool">false</gravity>
  117. <wind type="bool">true</wind>
  118. </program>
  119. </particlesystem>
  120. </PropertyList>