diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/xxsq01y.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/xxsq01y.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/xxsq01y.asy b/Master/texmf/doc/asymptote/examples/xxsq01y.asy index 14cf177256e..53f77d1f9bb 100644 --- a/Master/texmf/doc/asymptote/examples/xxsq01y.asy +++ b/Master/texmf/doc/asymptote/examples/xxsq01y.asy @@ -1,6 +1,6 @@ import solids; size(0,150); -currentprojection=perspective(0,0,10); +currentprojection=perspective(0,0,10,up=Y); pen color=green; real alpha=240; |