Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     senderMaker = senderMakerGO.GetComponent <pSenderMaker>();
     loadVertexData();
     InitCells();
     InitAxons();
     //debugShowCells();
     makeAxonLineMesh();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     senderMaker = new pSenderMaker();
 }