summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy b/Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy
index 639333ec476..6cf847e9c06 100644
--- a/Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/stereoscopic.asy
@@ -1,11 +1,11 @@
import three;
-
+
currentprojection=perspective(50*dir(70,15));
picture pic;
unitsize(pic,1cm);
draw(pic,xscale3(10)*unitcube,yellow,blue);
-
+
addStereoViews(pic);