I don’t like how my particles are distributed randomly in a sphere. Is there a way to distribute them evenly spaced? (without one side having more particles than the other) Perhaps even creating an array of set locations?
There’s already a setting in the module for that
When I set the spawn rate to 10 for example the particles spawn at the same location, and if I set it to 500 they spawn at set points but lots of overlaps… Any way to fix that?
You can make it do anything you like, as long as you can be bothered to write the location routine…