summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/sphere.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/sphere.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/sphere.asy6
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf/doc/asymptote/examples/sphere.asy b/Master/texmf/doc/asymptote/examples/sphere.asy
deleted file mode 100644
index 8d1b5fe50cd..00000000000
--- a/Master/texmf/doc/asymptote/examples/sphere.asy
+++ /dev/null
@@ -1,6 +0,0 @@
-import three;
-
-size(200);
-currentprojection=orthographic(5,4,3);
-
-draw(unitsphere,green,render(compression=Zero,merge=true));