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

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

draw(unitsphere,green,render(compression=Zero,merge=true));