summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/sphere.asy
blob: 8c5a444d01ac2016a3e5ed6f4041f34d22256473 (plain)
1
2
3
4
5
6
import three;

size(200);
currentprojection=orthographic(5,4,3);

draw(unitsphere,green);