summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/randompath3.asy
blob: 4141eeae923619362a9022e7f5f2059299a6e9b5 (plain)
1
2
3
4
5
import three;

size(300);
path3 g=randompath3(100);
draw(g,red,currentlight);