Esempio n. 1
0
 public override void Initialize()
 {
     _meshFactory = new MeshFactory(Demo);
     MeshFactory = _meshFactory;
     info = new InfoText(glControl);
 }
Esempio n. 2
0
 public override void Initialize()
 {
     _meshFactory = new MeshFactory(Demo);
     MeshFactory  = _meshFactory;
     info         = new InfoText(glControl);
 }