as shown in attachment, the globe represents Earth scheme surrounded by the track of a satellite, whose two positions (marked with spots) are connected to Earth's center.
Consider this Asymptote code.
Code: Select all
size(100);
import solids;
currentprojection=orthographic(3,2,0.5);
revolution sphere=sphere(1);
draw(surface(sphere),blue+opacity(0.2));
Thank you in advance