![]() |
|||||
Filling a Volume with ParticlesMay, 2003
IntroductionIt seems hard to model a character burst into dust. One may try emitting particles from surface, but the effect is not quite good. So I write a MEL script as a particle tool to fill a volume.fillvolume.rarHow to Use It
|
|||||
|
step = 0.5 |
step = 0.25 |
||||
|
Lower step leads to higher sample rate and longer calculate time, so always try to keep the volume as small as possible and use step as large as possible. |
|||||
|
Since the script depends on the surface normal to decide whether the possible particle is in the volume, so make sure the surface normals are pointing out.
|
|||||