2015-09-29 14:08:56 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- For sky particles, the size of the box is ignored -->
|
|
|
|
<particles emitter="box" randomize-initial-y="true" box_x="100.0" box_y="100" box_z="120.0">
|
|
|
|
|
|
|
|
<spreading angle="3" />
|
|
|
|
|
|
|
|
<velocity x="-0.00"
|
|
|
|
y="-0.005"
|
|
|
|
z="-0.00" />
|
|
|
|
|
|
|
|
<material file="snowflake.png" clampu="Y" clampv="Y" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
|
|
<rate min="500"
|
|
|
|
max="1000" />
|
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
|
|
<lifetime min="8500"
|
|
|
|
max="9500" />
|
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
|
|
|
<size min="0.10"
|
|
|
|
max="0.30" />
|
|
|
|
|
|
|
|
<color min="40 40 255"
|
|
|
|
max="255 255 255" />
|
|
|
|
|
2017-10-15 00:46:09 -04:00
|
|
|
<wind flips="Y" />
|
2015-09-29 14:08:56 -04:00
|
|
|
|
|
|
|
</particles>
|