Urho3D/bin/Data/Particle/Fire.xml
2015-01-18 21:31:13 +08:00

28 lines
880 B
XML

<?xml version="1.0"?>
<particleeffect>
<material name="Materials/Particle.xml" />
<numparticles value="1000" />
<updateinvisible enable="false" />
<relative enable="false" />
<scaled enable="true" />
<sorted enable="false" />
<animlodbias value="0" />
<emittertype value="Sphere" />
<emittersize value="0 0 0" />
<direction min="-0.1 0.1 -0.1" max="0.1 1 0.1" />
<constantforce value="0 2 0" />
<dampingforce value="2" />
<activetime value="0" />
<inactivetime value="0" />
<emissionrate min="40" max="50" />
<particlesize min="0.1 0.1" max="0.4 0.4" />
<timetolive min="1" max="1" />
<velocity min="1" max="2" />
<rotation min="0" max="0" />
<rotationspeed min="0" max="0" />
<sizedelta add="0" mul="0.5" />
<colorfade color="0.1 0.5 1 1" time="0" />
<colorfade color="1 0.63 0.45 1" time="0.5" />
<colorfade color="0 0 0 0" time="1" />
</particleeffect>