A procedural tree in 3D

I managed to extend my L-System engine to grow branches in all dimentions( xyz ), so now I can easily produce 3D trees. I’m quite satisfied with the results so far, but there is still some minor issues that needs to be fixed( reduce the amount of hardcoded values and so on ).
 
The picture below is a rendered tree by the function: F->F[&F][+^F][-F].
 
My next task is to apply forces like wind and weather 🙂
 
This entry was posted in Graphics. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.