Have really been enjoying the MASH conversations here. Was sick for a few days last week and poured through a bunch of tutorials while at home. Great stuff.
Here's something I haven't been able to figure out, but presumably this should be pretty easy:
It's trivial to do a evenly spaced grid of 100x100 points.
What I'd like to do is, have a distribution where I have fewer points in the middle, and more points at the exterior, presumably controlled by some color 2d gray-scale. Doesn't have to be a grid distribution, could be randomly placed.
Basically it's like a particle emitter where the emission point is controlled via a gray-scale ramp: light colors= higher probability for emission, dark colors = less probability for emission.
This seems like it should be super easy, but I'm just not finding it.
Any thoughts appreciated, thanks!