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.

4 Responses to “Corkscrew”

  1. Svedberg Says:

    Cool, keep up the good work! :)

  2. zahid Says:

    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

  3. proceduralmodeling Says:

    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

  4. proceduralmodeling Says:

    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

Leave a Reply