The website of »Generative Gestaltung« (first edition) is no longer maintained and has been archived.

Code M_4_2_04

Méthodes Complexes –  M.4 Attracteurs –  M.4.2 L’attracteur –  M_4_2_04

Pages


  • 398 - 399

Comments

  • 2009-12-29 @ 4:30 pm   |  Comment by Pete

    There is this part : /*    beginShape();
    vertex(myNodes[i].x, myNodes[i].y);
    for (int i = i1+1; i <= i2; i++) {
    vertex(points[i].x, points[i].y);
    }
    */

    but it doesnt work if you uncomment it... :(

  • 2009-12-30 @ 11:58 am   |  Comment by Hartmut Bohnacker

    Hi Pete,

    this part is not supposed to work. This seems to be something left form an older version of this sketch. We probably just forgot to delete it. Sorry about that.

Leave a Comment

   (required)

  

Please enable JavaScript to post a comment.

(.zip, max. 1MB)  

Proof that you are human!
Please paste the snippet below in an empty Processing sketch!
What number does the Processing console show?

randomSeed(32098);
println(int(random(100000)));

  (required)