you can set the noise texture (I assume procedural) to explicit mapping and dial the size of the noise
down to a value less than 1.0 (I usually start at 0.025 and tweak from there). The downside is the
noise will be the same on each particle. You could use particle age and spawn the particles in a
negative range (enough to give you a variety of ages).
|