It looks as though the dots are in a diamond shape and don’t pinch towards the poles. You could draw a simple grid using the radius of the sphere as a starting point and then scale it by a set amount to cover the points.
From there you can project onto the surface which would give you the result you want.
It might not be mm perfect but it’s a start - might be better to use the projected dots as the starting point and then apply a refined texture to match, if need be?
I’m trying to figure out how you did it. Can you tell me how you unfolded the mesh?
Than I think you built the grid and positioned the points on it, and then you did the FlowAlongSrf command, right? I’m really courious about the steps you did.
no, FlowAlongSrf works for surfaces only. To unwrap use _ExtractUVMesh, for the points transform I’ll send you an extracted snippet of code via PM as this is part of a larger project which is not ready for public yet.