Rotate spread of cartesianed cylinder outwards

Hi VVVVers,
Need some help here.

I have a grid spread (Cross 2D) of cylinders…
I managed to wrap its position around a sphere with the Cartesian Node.

Now I need the cylinders to face outward, according to the normals of this “sphere”

Patch Attached

Thanx if you can solve this.
cheers

Grid2Sphere.v4p (693.4 kB)

Hi Robe,
Check this:
points2vector-(3d-vector)

Feed it with the center of sphere (mean of all points or just 0,0,0) and the cubes positions.

Ciao

lasal…
…thank you

It’s exactly what I was looking for!