Beispiel #1
0
        public static new void Run()
        {
            NeHe020 t = new NeHe020();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
Beispiel #2
0
 public static new void Run()
 {
     NeHe020 t = new NeHe020();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }