Esempio n. 1
0
        public static new void Run()
        {
            NeHe018 t = new NeHe018();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Esempio n. 2
0
 public static new void Run()
 {
     NeHe018 t = new NeHe018();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }