summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/sphereskeleton.asy
blob: ca8b8c3d584b25dddbe1f190386b1df55a755105 (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);