summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/sphereskeleton.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/sphereskeleton.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/sphereskeleton.asy9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf/doc/asymptote/examples/sphereskeleton.asy b/Master/texmf/doc/asymptote/examples/sphereskeleton.asy
deleted file mode 100644
index ca8b8c3d584..00000000000
--- a/Master/texmf/doc/asymptote/examples/sphereskeleton.asy
+++ /dev/null
@@ -1,9 +0,0 @@
-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);
-