Example #1
0
        public static new void Run()
        {
            NeHe006 t = new NeHe006();

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