Hey guys ,
I stuck on an easy to tell but somehow difficult to solve
problem.
I basically have two random pointsets with same amount of points
and try to find all the closest conections . (finding smallest distance between all
the points , connect two points with smallest distance ,cull used items start again )
i did for a few points by copying the compound next to each other
but i guess i will have to write a loop.
but is there any other way to do it because i have to connect something like 5000 points with 5000 points and this might take ages ....
thanks for any help
Tags: