1
0
Fork 0
fgdata/Models/Geometry/RP-3/exhaust-smoke.xml
2015-03-07 22:11:00 +01:00

113 lines
No EOL
2.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<particlesystem>
<name>exhaust-smoke</name>
<texture>smoke.dds</texture>
<emissive>false</emissive>
<lighting>false</lighting>
<offsets>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</offsets>
<attach>world</attach>
<placer>
<type>sector</type>
<radius-min-m>0</radius-min-m>
<!--= only for sector, inner radius at which particles appear-->
<radius-max-m>0.04</radius-max-m>
<!--= only for sector, outer radius at which particles appear-->
<phi-min-deg>0</phi-min-deg>
<!--= only for sector, starting angle of the slide at which particles appear-->
<phi-max-deg>359.5</phi-max-deg>
<!--= only for sector, ending angle of the slide at which particles appear-->
</placer>
<shooter>
<theta-min-deg>87.5</theta-min-deg>
<theta-max-deg>92.5</theta-max-deg>
<phi-min-deg>-2.5</phi-min-deg>
<phi-max-deg>2.5</phi-max-deg>
<speed-mps>
<value>500</value>
<spread>100</spread>
</speed-mps>
<rotation-speed>
<x-max-deg-sec>15</x-max-deg-sec>
<x-min-deg-sec>-15</x-min-deg-sec>
<y-max-deg-sec>15</y-max-deg-sec>
<y-min-deg-sec>-15</y-min-deg-sec>
<z-max-deg-sec>15</z-max-deg-sec>
<z-min-deg-sec>-15</z-min-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<value>30</value>
<spread>15</spread>
</particles-per-sec>
</counter>
<align>billboard</align>
<particle>
<start>
<color>
<red>
<value>0.8</value>
</red>
<green>
<value>0.8</value>
</green>
<blue>
<value>0.8</value>
</blue>
<alpha>
<value>0.4</value>
</alpha>
</color>
<size>
<value>1.0</value>
</size>
</start>
<end>
<color>
<red>
<value>0.8</value>
</red>
<green>
<value>0.8</value>
</green>
<blue>
<value>0.8</value>
</blue>
<alpha>
<value>0.2</value>
</alpha>
</color>
<size>
<value>2.0</value>
</size>
</end>
<life-sec>
<value>30</value>
</life-sec>
<mass-kg>0.0025</mass-kg>
<radius-m>0.0762</radius-m>
</particle>
<program>
<fluid>air</fluid>
<gravity>true</gravity>
<wind>true</wind>
</program>
</particlesystem>
</PropertyList>