View Full Version : Particle System Setup
Eldamino1
12-06-2007, 04:33 PM
I want to put a random variation in the initial particle sizes in a particle system. Is there a way to do this?
KenMaffei
12-06-2007, 07:09 PM
Yes you can do that. There is a script command for setting a random variation on the sizes of particles -
SetPSScaleVariation <partSysName> <low> <high>
You enter the name of the particle system, then a low and high multiplier. The multiplier acts on the particle sizes that you set with the SetPSParticleSize command. So this command
SetPSScaleVariation "my system" 0.5 2.0
would randomly vary the particle sizes by one half to two times what you set for them. For a given particle, the scale factors apply to both the initial and final widths and heights of the particles, so the ratio of final size to start size always remains the same for each particle.
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.