FlightFire.xml 2.3 KB

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