I have a point cloud with random set points. Some points are very close to each other and I would like to filter them out.
For example I would delete all points that are closer to each other than 0.1F.
I tried to work with the Geometry Proximity Node and also tried to Duplicate the points and compare all distances, but I must have made a mistake.
Pre-Repeat-Zone way to “repeat” things is to put what you want to repeat into a node-group and then chain a bunch of those groups… Dan’s method would be great for that as you just chain a couple of Merge by Distance nodes.