private void GlControl_Resize(object sender, EventArgs e) { cameraManipulator.ChangeSize(GlControl.Width, GlControl.Height); DrawHelper.InitializeViewport(GlControl.Width, GlControl.Height); }