Description of Feature:
Molecules should have a boolean value which can be turned on or off, which
controls a "molecule trace."
This molecule trace is a colored line which indicates their location over time,
and remains until cleared.
Do you know how this issue might be addressed?
I imagine an array of points, polled every "time unit", can be included in the
Molecule class. Then, each frame they will all be drawn, perhaps as tiny
ellipses, or lines between the points (this latter is how the pH and molecule
count monitors work).
Alternatively, a central array of points for the entire simulation might be
drawn on top of the canvas background. This will have to be a multidimensional
array of points, as each molecule would need the ability to have a trace.
Original issue reported on code.google.com by allan.be...@gmail.com on 8 Feb 2011 at 5:11
Original issue reported on code.google.com by
allan.be...@gmail.com
on 8 Feb 2011 at 5:11