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

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

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