|
- Random: fattore di random
per il tempo di vita delle particelle. La funzione pseudo
random viene inizializzata col valore impostato in Seed.
Random = 0: nessuna randomizzazione,
il tempo di vita di ogni particella corrispone al valore
impostato in Lifetime.
Rndom = 1: massima randomizzazione,
il tempo di vita delle particelle può variare da
1 frame al valore impostato in Lifetime.
---------------------------
- In questi esempi vengnono emesse
10 particelle con un tempo di vita di 180 frames.
- Random = 0 : il tempo di vita
di ogni particella è di 180 frames. Tutte le particelle
sopravvivono fino al frame 180.
- Random = 0.5 : il tempo di vita
di ogni particella può variare da 92 frames a 180
frames. In questo esempio le prime particelle iniziano
a morire al frame 94 (può essere differente per
differenti valori del Seed).
- Random = 1 : il tempo di vita
di ogni particella può variare da 1 a 180 frames.
In questo esempio le particelle iniziano a morire al frame
4 (può essere differente per differenti valori
del Seed).
|
- Random: random factor
for particle's lifetime. The pseudo random function
is initialized with the Seed value.
Random = 0: no randomness, particles'
lifetime is exactly the value set in Lifetime.
Random = 1: maximum of randomness,
particles' lifetime can vary from 1 frame to the value
set in Lifetime.
---------------------------
- In these examples 10 particles
are emitted with a lifetime of 180 frames.
- Random = 0 : each particle's
lifetime is 180 frames. All partciles are alive from
the 1st to the 180th frame.
- Random = 0.5 : each particle's
lifetime can vary from 90 to 180 frames. In this example
particles begin to die at frame 92 (can be different
for different Seed vales).
- Random = 1 : each particle's
lifetime can vary from 1 to 180 frames. In this example,
particles begin to die at frame 4 (can be different
for different Seed
values).
|