Hello all, i was just wondering if there was a way to create a gradient map from a 2d point cloud using grasshopper, like where there the density of the points are more it will be one color and vice versa
There are several ways to do this, i used the inverse of the distance to every other point and added them together.
The grouped components are not really necessary, they avoid measuring the distance of each point with itself.
Thats perfect! thanks a lot for the quick reply mate! Now i might try to draw a grid containing the points, and each cell gets colored based on the proximity to the other points.. hope i can do it..