Ezz Posted January 24, 2010 Share Posted January 24, 2010 (edited) Hi good Houdini-folks. I have a little puzzle about l-system and edge-rewriting. I had this understanding, that the l-system rules where executed all at once in each generation. However with this simple l-system the full rewriting accurs after every secon generation. premise: A rule 1: A = FB rule 2: B = &FA 0. generation the l-system gives only the premise wich is logical if the rewriting accures at once, the 1. generation of the l-system should return F&FA but it returns: only FB and so on Its like it skips every second generation in the rewriting process. Does anyone have an explenation to this?? Thanks a bunch Erik Edited January 24, 2010 by Ezz Quote Link to comment Share on other sites More sharing options...
majikal Posted January 24, 2010 Share Posted January 24, 2010 (edited) "I had this understanding, that the l-system rules where executed all at once" that is right, but what you expect is that they are executed one after another... so in first generation rule2 has nothing to do becaouse there is no B, and in second generation rule1 has nothing to do because there is no A, write those rules in single rule or write them so that you have A and B in every generation... Edited January 24, 2010 by majikal Quote Link to comment Share on other sites More sharing options...
Ezz Posted January 24, 2010 Author Share Posted January 24, 2010 (edited) Hey. Thanks a lot for your response and making it clearer for me. It all give more sence if I did the rewriting on a piece of paper. Erik Edited January 25, 2010 by Ezz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.