static void Main()
 {
     using (SubdivisionSphere2 example = new SubdivisionSphere2())
     {
         example.Run(30.0);
     }
 }
 static void Main()
 {
     using (SubdivisionSphere2 example = new SubdivisionSphere2())
     {
         example.Run(30.0);
     }
 }