summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/shellmethod.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/shellmethod.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/shellmethod.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/shellmethod.asy b/Master/texmf-dist/doc/asymptote/examples/shellmethod.asy
index c8e541f2a62..98f88f624f5 100644
--- a/Master/texmf-dist/doc/asymptote/examples/shellmethod.asy
+++ b/Master/texmf-dist/doc/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;