protected override void OnUpdateFrame(FrameEventArgs e) { base.OnUpdateFrame(e); _scene.UpdateModelViewProjMatrix(); Thread.Sleep(1); }