I used of this command to draw a sphere
Graphics3D[{Specularity[White, 50], ColorData["Atoms", "Ag"],
Sphere[{0, 0, 0}, .7]}, Lighting -> "Neutral", Boxed -> False]
How can I change the pattern of that as meshing or something else not as this case simple. In fact, if we assume this shape as earth, the desired case is to plot this earth with its Meridian lines and Earth orbits lines (as mesh lines) on the surface with a flexible distances (angels) far away each others.


