Try to display distance from every connected points

hello all !
I’m pretty new to vvvv…
I try to display every distance of each connected sphere of my renderer…
there are weird things which occurred…
I think there are several mistakes…
first of all, sphere 3 and 4 doesn’t seem to be connected… don’t really know why…although the others work fine…

I compute distance and try to display it at the middle of each vectors…
weird stuff too…

it would have been great if you could tell me what’s wrong with this patch attached…
thanks in advance !

display_middle_vector.v4p (24.1 kB)

something weird going on with your stallones… Vector (3d Join) and Points2Vector (2d) can replace your stallones and give you the middle.

display_middle_vector-2.v4p (13.8 kB)

really nice !!
thanks sunep