Hacker News new | ask | show | jobs
by Sharlin 1642 days ago
Well, the standard nonstochastic way is the obvious recursive subdivision: given a triangle, find the middle points of the edges to subdivide it into four smaller triangles, then continue recursively for the new triangles except the center one. Once you hit the recursion limit, simply draw a triangle.