User name:
Password:
Forgot password?
Create an account!
« back
RhinoScript Tool by isg
creates an l-system tree with parameters for minimum length, scaling factor, and rotation.
Version 1 (Apr 16, 2009)
You need to be logged in to view the source code.
You need to be logged in to download the script.
1. tosteri (Jul 10, 2009 09.21):
I'm sorry, but from a quick read of the code, it seems to me that this is a recursive tree structure and has nothing to do with L-system. L-system has variables, constants and rules. And by changing these, you receive different results. From en.wiki.mcneel.com/default.aspx/McNeel/GrassHopperGalle[...] you can see Rajaa Issa's vb.net L-system for Grasshopper. L-system is relatively easy to do in 2d, more difficult in 3d. I've done one L-system 3d script, which is actually L-system 2,5d, because the lines follow a surface, rather than fly freely in space. You can see the resulting pavillion constructed from www.loark.fi
+++ Apr 16, 2009 20.28: lSystemTree version 1 published +++