tweak particle.xml

This commit is contained in:
samuncle 2014-09-29 12:30:43 +02:00
parent 388937a487
commit af037d6267
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<particles emitter="sphere" radius="5"> <particles emitter="sphere" radius="2">
<spreading angle="45" /> <spreading angle="12" />
<velocity x="0.000" <velocity x="0.000"
y="0.005" y="0.005"
@ -18,8 +18,8 @@
max="2000" /> max="2000" />
<!-- Size of the particles --> <!-- Size of the particles -->
<size min="4.0" <size min="2.0"
max="7.2" max="3.2"
x-increase-factor="2.6" x-increase-factor="2.6"
y-increase-factor="2.6" /> y-increase-factor="2.6" />

View File

@ -1,17 +1,17 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<particles emitter="box" box_x="12.0" box_y="0.5" box_z="12.0"> <particles emitter="box" box_x="3.0" box_y="0.5" box_z="3.0">
<spreading angle="24" /> <spreading angle="45" />
<velocity x="0.000" <velocity x="0.000"
y="0.005" y="0.001"
z="0.000" /> z="0.000" />
<material file="waterparticles.png" /> <material file="waterparticles.png" />
<!-- Amount of particles emitted per second --> <!-- Amount of particles emitted per second -->
<rate min="5" <rate min="1"
max="20" /> max="6" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. --> <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="1000" <lifetime min="1000"