Re: Brownian Tree
- From: "Kent Paul Dolan" <xanthian@xxxxxxxx>
- Date: Tue, 28 Feb 2006 17:23:39 +0000 (UTC)
"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.
HTH
xanthian.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
.
- Follow-Ups:
- Re: Brownian Tree
- From: placid
- Re: Brownian Tree
- References:
- Brownian Tree
- From: placid
- Brownian Tree
- Prev by Date: Stumped on crossover/mating...
- Next by Date: Re: Brownian Tree
- Previous by thread: Brownian Tree
- Next by thread: Re: Brownian Tree
- Index(es):
Relevant Pages
|