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

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

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