72 using System.Collections.Generic;
82 public List<int[]> bondEPList=
new List<int[]>();
100 int Number=bondEPList.Count/number;
102 Debug.Log(
"DisplayBonds??bondEPList.Count " + bondEPList.Count);
105 for(
int i=0;i<Number;i++)
107 CreateTube(i*number);
116 GameObject Line=
new GameObject();
120 int[] atomsIds = bondEPList[i] as
int[];
static List< int[]> bondCAList
The bonds between carbon alpha in the CA-Spline.
static bool secondarystruct
Switch between all atoms and C-alpha trace or BFactor secondary structure representation.
!WiP Includes FLAGS of GUI.
void SetAtoms(GameObject atom1, GameObject atom2)
static List< int[]> bondEPList
The bonds between atoms.