summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/shellmethod.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/shellmethod.asy')
-rw-r--r--Build/source/utils/asymptote/examples/shellmethod.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/shellmethod.asy b/Build/source/utils/asymptote/examples/shellmethod.asy
index c8e541f2a62..98f88f624f5 100644
--- a/Build/source/utils/asymptote/examples/shellmethod.asy
+++ b/Build/source/utils/asymptote/examples/shellmethod.asy
@@ -2,7 +2,7 @@ import graph3;
import solids;
size(400);
-currentprojection=perspective(0,-1,30,up=Y);
+currentprojection=perspective(2,3,30,up=Y);
currentlight=light(gray(0.75),(0.25,-0.25,1),(0,1,0));
pen color=green;