Hi, I'm currently trying to embed a plot on the surface of a Torus. Say I have a plot or an image of size ($2\piR$, $2\pir$), and a Torus of radius $R$ from the center (to the center of the tube) and of tube radius $r$. Is the a way I can embed this plot to the surface of the torus?
Right now I am able to plot both the Torus (using parametric_plot3d) and the other image.
The other plot is composed by vertices and straight lines between the vertices (actually it is a graph). I already thought of mapping the coordinates of the vertices to the 3d coordinates of the torus but this would produce straight lines that cross the tube, instead of passing over the surface.
I can also specify the coordinates of the vertices and plot the graph object, but the same problem arises.
If this is not possible/easy to do in sage, which software would you recommend?
Thank you very much.
PS: Just out of curiosity, can this be generalized by applying a "texture" to an arbitrary surface?