Esempio n. 1
0
 public Window()
     : base(800, 600)
 {
     logger = new Logger(this);
     camera = new BasicCamera(this);
     terrain = new Terrainnew(this);
 }
Esempio n. 2
0
 public Window()
     : base(800, 600)
 {
     logger = new Logger(this);
     phyMgr = new Physic.PhysicManager();
     camera = new BasicCamera(this);
     terrain = new World(this);
 }