예제 #1
0
        public static new void Run()
        {
            NeHe010 t = new NeHe010();

            t.Reshape();
            t.InitGL();
            Events.Run();
        }
예제 #2
0
 public static new void Run()
 {
     NeHe010 t = new NeHe010();
     t.Reshape();
     t.InitGL();
     Events.Run();
 }