Re: Brownian Tree
- From: "placid" <Bulkan@xxxxxxxxx>
- Date: 28 Feb 2006 14:19:00 -0800
Kent Paul Dolan wrote:
"placid" <Bulkan@xxxxxxxxx> wrote:
my question is when you move the particle around
do you plot/draw its path or do you only plot the
particle position when it bumps with the seed?
Make that a toggle switch that you can manipulate
during the program run, and while setting it up. You
probably want to watch the particles move while
debugging your code or for entertainment, but when
your goal shifts to seeing the final "tree", _not_
updating the graphics for each particle step will
speed you to your result perhaps 1000-fold.
You can then add a similar control for whether to
see the tree as each particle is added, or only at
the end of building the whole tree, again with speed
as the objective in the latter case.
Thanks for the tip.
at the moment im getting confused with the fact that, when a particle
bumps/collides/intersects with the seed does that particular particle
also become a seed too? (whe have now two seeds?)
HTH
xanthian.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
.
- References:
- Brownian Tree
- From: placid
- Re: Brownian Tree
- From: Kent Paul Dolan
- Brownian Tree
- Prev by Date: Re: Brownian Tree
- Previous by thread: Re: Brownian Tree
- Next by thread: Stumped on crossover/mating...
- Index(es):
Relevant Pages
|