Search:

Type: Posts; User: BiggerBore

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    4,396

    Re: Draw tree, clouds, leaves with recursion

    Use pickRandom() to effect how drawTree() works. The number of branches, the angles of the branches, and the lengths of the branches will be varied randomly at each level of recursion. In my program,...
  2. Replies
    4
    Views
    4,396

    Draw tree, clouds, leaves with recursion

    I am trying to use my random method to change how draw tree works but cannot figure it out. This is what i have so far.

    Use pickRandom() to effect how drawTree() works. The number of branches,...
Results 1 to 2 of 2