Makecurrent
MakeCurrent();
Arguments None
The MakeCurrent function makes the selected graph3D the default OpenGL rendering context. All subsequent OpenGL calls made by the thread are drawn on that window. Use MakeCurrent if several graph3D objects appear on a page. Actually, selection makes the window current, anyway.
See Also: