summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/sphere.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/sphere.asy')
-rw-r--r--graphics/asymptote/examples/sphere.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/examples/sphere.asy b/graphics/asymptote/examples/sphere.asy
index 8d1b5fe50c..8902dd0621 100644
--- a/graphics/asymptote/examples/sphere.asy
+++ b/graphics/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));