View Single Post
# 1 06-08-2006 , 07:13 AM
Registered User
Join Date: Jul 2006
Posts: 7

even distribution of particles

Is there a way to evenly distribute partcles onto a nurbs surface using goal U and goal V. I want to creat an emitter that shoots out 100 particles and arranges them as the particle grid tool would. Right now all I know is goalU= rand (0,1), goalV= rand (0,1), but obviously that will arrange them randomly. What function would I use to space them out evenly? Reason I don't just use particle grid is I need these particles to be able to be influenced by fields while still holding an attraction to the UV coordinates.

Thanks,

Olaf.