In class we learned how to make a spider web based on the curve degree. By this way, each ring of the web is actually a curve bending in every point. However, when thinking about how to build my spider web, instead of using degree of a circle, I first think about percentage of the circumference.
Thus the way I use is actually to create a circle and use it as the base of the largest ring of my web. When the point number of the web is decided, I can get a polygon contour.
The radiate lines then can be built easily by connecting the center and each polygon point. When we get all radiate lines, we only need to divide radiate lines' length by inner ring's number, get the points, and draw all inner rings.
-- Image on the right is not final version --
|