Open jlrandulfe opened 6 years ago
At first, it was tried to colour the map directly from lua, but it doesn't seem feasible. It would be very inefficient, as every time the neuron shapes varies, the map has to be coloured again (deleting the previously coloured shape as well)
In order to make the neuron more meaningful for the user, the graphical model should be improved. This will more likely imply doing modifications in the Rana c++ core. The agent should be enhanced with the following features:
Soma
Neuron axon links:
[ ] Besides the PositionX and PositionY, it shouldinclude a root position, axon length, and angle. Every point belonging to the segment from the root to the tip should be rendered with a different colour in the map.
[ ] When the agent moves, the segment moves as well. The movement has to be constrained in a way that the root is always linked to the tip of the previous link (Maybe a kinematics model is useful here)
Growth cone