Hallo everyone,
I have issues with the SelfPruning node in a PCGGraph.
I am generating some points and set their extents to the size of my meshes.
After that I apply some random transform which results in some clipping obviously.
To get rid of the overlapping points I want to prune. But instead of pruning only the clipping points it removes some completely different. This is the result:
I would expect the node to remove one of the overlapping and none of the not overlapping points.
So leave the green markered points as they are (because not overlapping) and remove ONE each of the red points.
Am I getting the SelfPruning node wrong ? But how would i get my expected behaviour?



