summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/stereoscopic.asy
blob: 6cf847e9c06b281dd5e4f63c9f4c0d2f867d6186 (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);