public OpenGLtest()
        {
            instance = this;

            InitializeComponent();

            GL.GenTextures(1, out texture);
        }
Beispiel #2
0
        public OpenGLtest()
        {
            instance = this;

            InitializeComponent();

            GL.GenTextures(1, out texture);
        }
Beispiel #3
0
        public temp()
        {
            InitializeComponent();

            if (System.Diagnostics.Debugger.IsAttached)
            {
                ArdupilotMega.Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
        }
Beispiel #4
0
        public temp()
        {
            InitializeComponent();

            if (System.Diagnostics.Debugger.IsAttached) {

                ArdupilotMega.Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
        }
Beispiel #5
0
        public temp()
        {
            InitializeComponent();

            //if (System.Diagnostics.Debugger.IsAttached) {
            try
            {
                ArdupilotMega.Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
            catch { }
            // }

            MissionPlanner.Utilities.Tracking.AddPage(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.ToString(), System.Reflection.MethodBase.GetCurrentMethod().Name);
        }
Beispiel #6
0
        public temp()
        {
            InitializeComponent();

            //if (System.Diagnostics.Debugger.IsAttached) {
            try
            {
                ArdupilotMega.Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
            catch { }
               // }

            MissionPlanner.Utilities.Tracking.AddPage(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.ToString(), System.Reflection.MethodBase.GetCurrentMethod().Name);
        }