Logo by AGUS - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. April 19, 2024, 07:20:52 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: modeling trees using Iterated function system  (Read 4470 times)
0 Members and 1 Guest are viewing this topic.
damith
Guest
« on: June 08, 2010, 04:55:26 AM »

Hi,

I am currently involved in modeling of natural trees. I have used Honda's i-model for that purpose and ended up with good results. I would love to extend my work in this field. I have tried to model trees using L-systems but gave up due to complexity of algorithm. Has anyone interested or have done modelling trees? embarrass



* tree32.jpg (67.14 KB, 1279x700 - viewed 432 times.)

* zoom2.jpg (150.63 KB, 1279x700 - viewed 416 times.)
Logged
Lee Oliver
Fractal Fanatic
****
Posts: 314



« Reply #1 on: June 08, 2010, 06:19:59 AM »

That's neat, the first fractal I posted was a tree grin

I have found that Apophysis is a great program for making trees.  I've made multiple trees with this program and you really don't have to mess with any algorithms.

Here is my first tree smiley:

Logged

Kalo’smi lokaksayakrt-pravrddho
Lokan smahartum-iha pravrttah|

rte’pi twam na bhavisyanti sarve
ye’vasthitah pratyanikesu yodhah
damith
Guest
« Reply #2 on: June 08, 2010, 09:58:52 AM »

Hey BrutalToad. Nice work... wink

I have used MatLab to create the fractals. I have never used Apophysis. Thnx for the tip.  Azn
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #3 on: June 08, 2010, 01:53:53 PM »

Am working on a formula for Ultra Fractal to do this using escape-time LRRIFS (language restricted recurrent IFS), early results:

http://makinmagic.deviantart.com/art/Sierpinski-Tree-129956267?q=gallery%3AMakinMagic+sort%3Atime+in%3Ascraps&qo=11

http://makinmagic.deviantart.com/art/Spheres-130626934?q=gallery%3AMakinMagic+sort%3Atime+in%3Ascraps&qo=10

http://makinmagic.deviantart.com/art/Wooden-Frame-130687843?q=gallery%3AMakinMagic+sort%3Atime+in%3Ascraps&qo=9

I haven't released the code yet - I was working on it when Daniel White and Paul Nylander introduced us all to the Mandelbulb so working on the transformation of primitives got shelved - I will be going back to it eventually smiley
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Bent-Winged Angel
Fractal Bachius
*
Posts: 561



« Reply #4 on: June 08, 2010, 10:33:32 PM »

I just got this done this morning.. BrutalTaod nice!

Logged

kram1032
Fractal Senior
******
Posts: 1863


« Reply #5 on: June 08, 2010, 10:57:27 PM »

David:
I guess, with the newer discovered kaleidoscopic objects, this will get a boost in appearence?
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #6 on: June 09, 2010, 03:21:55 AM »

David:
I guess, with the newer discovered kaleidoscopic objects, this will get a boost in appearence?

At the moment the code I was developing for IFS trees using primitives is using Hart's method for rendering because (for purely affine objects) that is magnitudes faster than using distance estimation, I suppose it's possible to do IFS trees using the distance estimation method but I wasn't thinking of trying that any time soon.
When I say "magnitudes faster" I'm talking about 10 to 20 times faster - for instance the latest (unreleased) version of my code using Hart's method renders the Menger Sponge @640*480 in 4.5 seconds flat on this ancient 3GHz P4HT (compared to over a minute for the Menger at the same size using DE methods).
I should add that even the released version of mmf4.ufm:3D IFS renders the default Menger in just 13.2 secs on this system.
« Last Edit: June 09, 2010, 04:54:33 AM by David Makin » Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
kram1032
Fractal Senior
******
Posts: 1863


« Reply #7 on: June 09, 2010, 03:00:59 PM »

I see.
Well, I thought of generally possible shapes and not of speed smiley
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #8 on: June 09, 2010, 11:10:47 PM »

I see.
Well, I thought of generally possible shapes and not of speed smiley

Ah, but I suspect your system is a little faster than mine wink
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
kram1032
Fractal Senior
******
Posts: 1863


« Reply #9 on: June 09, 2010, 11:22:20 PM »

I'm not so sure about that...
I didn't find out what I did but something seriously slows down my computer. With the exact same specs, the exact same program usually performs better for others than it does for me...

I run a 3 GHz Pentium D and 1,25 GB RAM... There surely are better systems than that wink
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #10 on: June 09, 2010, 11:49:02 PM »

I'm not so sure about that...
I didn't find out what I did but something seriously slows down my computer. With the exact same specs, the exact same program usually performs better for others than it does for me...

I run a 3 GHz Pentium D and 1,25 GB RAM... There surely are better systems than that wink

The 2GHz Pentium D (Dell Optiplex) we have at work is more than twice as fast as this 3GHz P4HT wink
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Pages: [1]   Go Down
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.204 seconds with 27 queries. (Pretty URLs adds 0.013s, 2q)