Particle Life: Difference between revisions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Size of particles == | == Size of particles == | ||
This curve characterises the size of a particle during its lifetime. More precisely you adjust a factor with this curve. Multiplicated by the starting size of particles (see | This curve characterises the size of a particle during its lifetime. More precisely you adjust a factor with this curve. Multiplicated by the starting size of particles (see [[Particle_Emitter#Size_of_particles|Size of particles]]) its current size results at every point of time. | ||
The factor can accept values between 0.0 to 1.0. | The factor can accept values between 0.0 to 1.0. | ||
<font class="important">Hint</font>: A factor with a value of 0.0 reduces a particle to a very small one, depending on the graphic driver is starts to flicker possibly but it will not become invisible. Better use black than one of the mixtured colors (see below). | <font class="important">Hint</font>: A factor with a value of 0.0 reduces a particle to a very small one, depending on the graphic driver is starts to flicker possibly but it will '''not''' become invisible. Better use black than one of the mixtured colors (see below). | ||
Latest revision as of 11:52, 26 March 2006
General
Inside the flag "particles life" the appearance of the particles during their life time is adjusted.
Size of particles
This curve characterises the size of a particle during its lifetime. More precisely you adjust a factor with this curve. Multiplicated by the starting size of particles (see Size of particles) its current size results at every point of time.
The factor can accept values between 0.0 to 1.0.
Hint: A factor with a value of 0.0 reduces a particle to a very small one, depending on the graphic driver is starts to flicker possibly but it will not become invisible. Better use black than one of the mixtured colors (see below).
Handling of the imput field of curves This imput field it is possible to model a curve progression. At the beginning the curve has two reference points - one at the beginning and one at the end. By adding new reference points more complex curve progressions are possible. Adding a reference point Move the mouse along the imput field to a position where no reference point exists - a vertical mark appears. If you now press the left mouse button a new reference point will be inserted into the curve. Figure above: vertical marker, Figure below: curve progression with a new reference point Move Point You activate a reference point by moving the vertical marker into its direction. The reference point changes the color from white to red. You can now pull the point directly by holding and moving the left mousebutton. If a point is already choosen and the mousebutton is pressed only the vertical position of the cursor can be changed. The reference point also can be moved by the mousewheel, without pressing the mousebutton. Thereby the cursor has to stay at the position of the reference point. Delete a point Mark a reference point and press the right mousebutton to delete it. Start- and End-point cannot be deleted. |
Combination color
Every particle gets a starting color at formation (see Min./Max. Life). During its lifetime 4 more colors can be mixtured to this color. The combination color is defined by a seperate curve.
The number of all active combination colors will be adjusted by this modulator. If the adjustement is 0 the particle keeps its starting color - at 1 the combination color will be activated, at 2 two combination colors will be activated and so on.
Combination colors 0-3
The adjusted combination factors move inside the area of values between 0.0 and 1.0. The value 0.0 means, that particle keeps its color, at 1.0 the particle completely takes over the combination color.
Exact calculation of the color: C0(t) = (1.0-f(t))*C0 +f0(t)*C0 |