Jump to content

Diffusion Limited Aggregation


Tesla's fan

Recommended Posts

 

http://paulbourke.net/fractals/dla/

 

I do this in pop just to make you convenient to learning principle.In fact I think just add a new random point near by the already existent points is a more efficient way.According to the time of their existence, the tree points more longer existence the feed(walker) points being addad probability more smaller,but I haven't tried.But pop is more controllable,you can use popvop/wrangle etc.and interact with other dynamic module.About efficiency,I also thought,my algorithm is a little different.I not use tree points for pointcloud, but use feed points for pointcloud. Because the number of feed points basically gose to constant, but tree points will gose to more and more and explode. You can check and test my file. My algorithm can also be improved.My algorithm is each line generated a new primitive, but in fact this can seriously reduce the efficiency with the increase of tree.The improved algorithm is unnecessary every line generated a new primitive.When a feed point near the tree point and before connect it,we can check the number of edges has been connected of this tree point,if edge > 1 then generated a new primitive, else use the existing primitive of this tree point.But I haven't tried this algorithm. 

dla.hipnc

Edited by aty84122
  • Like 8
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...