summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
blob: 6585f7c20365fa413e6f71d75bfa35a0d8d0f5b9 (plain)
1
2
3
4
5
6
7
8
9
size(100);
import solids;

currentprojection=orthographic(5,4,2);

revolution sphere=sphere(1);
draw(surface(sphere),green+opacity(0.2));
draw(sphere,m=7,blue);