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