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