Corkscrew
By proceduralmodeling

Corkscrew, generated with the L-system
0.7
1.7
5
25
L
1
L
LF+F+FL
1
L
F
Subdivided three times. Final size is 3411KB.
This entry was posted on October 9, 2008 at 9:05 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 9, 2008 at 6:44 pm
Cool, keep up the good work!
November 13, 2008 at 8:43 pm
hello Anton
thanks for posting up info abt ur work
i was wondering… which program did u use to develop these models?
u give some numbers to generate the model… which program should we use with those numbers?
thanks again for ur work
zahid
November 13, 2008 at 9:49 pm
Thanks to both of you! I am glad you are reading my weblog and appreciate it as well.
Hi zahid. I have been making these models from scratch with procedural modeling. The tools I am using for developing the models are C++, boost and SDL. For more details about the work my paper will be possible to dowload in the end of January.
For information about C++, boost and SDL, take a look at these sites:
http://gcc.gnu.org/
http://www.libsdl.org/
http://www.boost.org/
Best regards
– Anton
November 13, 2008 at 10:00 pm
I forgot to answer your question about the numbers for generating the model. Those numbers are specific for my programs but if you want to read more about the techniques used I suggest you take a look at Aristid Lindenmayer’s book Algorithmic beauty of plants. It is available on this web page:
http://algorithmicbotany.org/papers/#abop
– Anton