private static void Main(string[] args) { using (TutorialTerrain tut = new TutorialTerrain()) { tut.Run(); } }