adamjgnoel / AcCoRD

Actor-based Communication via Reaction-Diffusion. A molecular communication simulator. Simulates stochastic reaction-diffusion systems.
https://warwick.ac.uk/adamnoel/software/accord/
Other
12 stars 4 forks source link

Improve display of molecules in video #79

Closed adamjgnoel closed 7 years ago

adamjgnoel commented 8 years ago

Molecules in video are currently generated via scatter plots. The downside of this approach is that all molecules appear to be the same size regardless of their location. A good improvement would be to draw the molecules as individual surfaces. This would be much more computationally intensive but would look more realistic. It could perhaps be available as an option.

adamjgnoel commented 7 years ago

Added ability to define the shape of plotted molecules, such that they can be plot markers or 3D spheres. Implemented in #101.