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