Hi list,
Sorry for the bizarre name, but I couldn't find anything better.
I'm bangging my head at reproducing a pointcloud that does this :
Inline image 1
Basicly :The yellow pointcloud has 5 points (id=0,1,2,3,4)
How could i for example generate a pointcloud that counts
10 points at id 0
20 points at id 1
30 points at id 2
40 points at id 3
50 points at id 4
??
I'm able to generate clusters of points, but aways the same number per
point. Like this :
Inline image 2
Does anyone knows how to achieve this ?