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