summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/stereoscopic.asy
blob: 639333ec476915f0cab294f667a3749d14be9668 (plain)
1
2
3
4
5
6
7
8
9
10
11
import three;
    
currentprojection=perspective(50*dir(70,15));

picture pic;
unitsize(pic,1cm);

draw(pic,xscale3(10)*unitcube,yellow,blue);
    
addStereoViews(pic);